ishacusp / ARGO_Labs

This is a repository for all my Computer Vision work at ARGO Labs
4 stars 7 forks source link

Count the number of distinct objects in the video using the segmentation results #5

Open ishacusp opened 5 years ago

ishacusp commented 5 years ago

This is the video file which displays the count of distinct objects/distinct colors on each video frame -

https://github.com/ishacusp/ARGO_Labs/blob/master/opencv-semantic-segmentation/output/second_avenue_output_count.avi

ishacusp commented 5 years ago

Further I have also worked on the algorithm to perform segmentation on a real-time video (webcam) - https://github.com/ishacusp/ARGO_Labs/blob/master/opencv-semantic-segmentation/segment_video_realtime.py

I still need to test its' performance outdoors (outdoor streets)