Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 2.5 KB

HOF.md

File metadata and controls

47 lines (36 loc) · 2.5 KB

Hall of Fame

2021

Meal Analysis Web-application

  • Link: https://github.com/lannguyen0910/food-recognition
  • Summary:

    We deployed a web application where user can upload images or videos of their dishes to get full analysis of the ingredients and nutritions of it. Food ingredients are detected using object detection deep learning algorithm and their information is retrieved from online APIs.

  • Tags: detection, classification, web-application

screen


2022

Street Pothole Segmentation

  • Link: https://github.com/kaylode/shrec22-pothole
  • Summary:

    We implemented semi-supervised algorithms to detect and segment road cracks and street potholes in the wild

  • Tags: 2D object segmentation, cross pseudo supervision

screen

MAPDAS: Traffic Sign Detection in Paranoma View

  • Link: (private)
  • Summary:

    We deployed a system to automatically detection and classify traffic signboards in panoramic Vietnam-street images. This work is a collaboration between MapDAS and HCMUS

  • Tags: detection, classification

screen

Semi-supervised organ segmentation with Mask Propagation Refinement and Uncertainty Estimation for Data Generation

  • Link: https://github.com/kaylode/ivos
  • Summary:

    We present a novel two-staged method that employs various 2D-based techniques to deal with the 3D segmentation task. In most of the previous challenges, it is unlikely for 2D CNNs to be comparable with other 3D CNNs since 2D models can hardly capture temporal information. In light of that, we propose using the recent state-of-the-art technique in video object segmentation, combining it with other semi-supervised training techniques to leverage the extensive unlabeled data. Moreover, we introduce a way to generate pseudo-labeled data that is both plausible and consistent for further retraining by using uncertainty estimation.

  • Tags: 2D object segmentation, cross pseudo supervision, label propagation

screen