diff --git a/README.md b/README.md index 5da2f233cc..2ebcbac122 100644 --- a/README.md +++ b/README.md @@ -217,8 +217,24 @@ Code is in the `samples/nucleus` directory. ### [Detection and Segmentation for Surgery Robots](https://github.com/SUYEgit/Surgery-Robot-Detection-Segmentation) by the NUS Control & Mechatronics Lab. ![Surgery Robot Detection and Segmentation](https://github.com/SUYEgit/Surgery-Robot-Detection-Segmentation/raw/master/assets/video.gif) +### [Reconstructing 3D buildings from aerial LiDAR](https://medium.com/geoai/reconstructing-3d-buildings-from-aerial-lidar-with-ai-details-6a81cb3079c0) +A proof of concept project by [Esri](https://www.esri.com/), in collaboration with Nvidia and Miami-Dade County. Along with a great write up and code by Dmitry Kudinov, Daniel Hedges, and Omar Maher. +![3D Building Reconstruction](assets/project_3dbuildings.png) + +### [Usiigaci: Label-free Cell Tracking in Phase Contrast Microscopy](https://github.com/oist/usiigaci) +A project from Japan to automatically track cells in a microfluidics platform. Paper is pending, but the source code is released already. +![](assets/project_usiigaci1.gif) ![](assets/project_usiigaci2.gif) + +### [Characterization of Arctic Ice-Wedge Polygons in Very High Spatial Resolution Aerial Imagery](http://www.mdpi.com/2072-4292/10/9/1487) +Research project to understand the complex processes between degradations in the Arctic and climate change. By Weixing Zhang, Chandi Witharana, Anna Liljedahl, and Mikhail Kanevskiy. +![image](assets/project_ice_wedge_polygons.png) + +### [Mask-RCNN Shiny](https://github.com/huuuuusy/Mask-RCNN-Shiny) +A computer vision class project by HU Shiyu to apply the color pop effect on people with beautiful results. +![](assets/project_shiny1.jpg) + ### [Mapping Challenge](https://github.com/crowdAI/crowdai-mapping-challenge-mask-rcnn): Convert satellite imagery to maps for use by humanitarian organisations. ![Mapping Challenge](assets/mapping_challenge.png) ### [GRASS GIS Addon](https://github.com/ctu-geoforall-lab/i.ann.maskrcnn) to generate vector masks from geospatial imagery. Based on a [Master's thesis](https://github.com/ctu-geoforall-lab-projects/dp-pesek-2018) by Ondřej Pešek. -![GRASS GIS Image](https://github.com/ctu-geoforall-lab/i.ann.maskrcnn/raw/master/samples/out3.png) +![GRASS GIS Image](assets/project_grass_gis.png) diff --git a/assets/project_3dbuildings.png b/assets/project_3dbuildings.png new file mode 100644 index 0000000000..245629a879 Binary files /dev/null and b/assets/project_3dbuildings.png differ diff --git a/assets/project_grass_gis.png b/assets/project_grass_gis.png new file mode 100644 index 0000000000..91c98ccc6f Binary files /dev/null and b/assets/project_grass_gis.png differ diff --git a/assets/project_ice_wedge_polygons.png b/assets/project_ice_wedge_polygons.png new file mode 100644 index 0000000000..19ad0365db Binary files /dev/null and b/assets/project_ice_wedge_polygons.png differ diff --git a/assets/project_shiny1.jpg b/assets/project_shiny1.jpg new file mode 100644 index 0000000000..997bf15061 Binary files /dev/null and b/assets/project_shiny1.jpg differ diff --git a/assets/project_usiigaci1.gif b/assets/project_usiigaci1.gif new file mode 100644 index 0000000000..102cc215c9 Binary files /dev/null and b/assets/project_usiigaci1.gif differ diff --git a/assets/project_usiigaci2.gif b/assets/project_usiigaci2.gif new file mode 100644 index 0000000000..77508939e5 Binary files /dev/null and b/assets/project_usiigaci2.gif differ