unsupervised_detection icon indicating copy to clipboard operation
unsupervised_detection copied to clipboard

An Unsupervised Learning Framework for Moving Object Detection From Videos

Results 14 unsupervised_detection issues
Sort by recently updated
recently updated
newest added

# Objective Debug runtime error. # Original Error It happend below error when running test_video.py; TypeError: cannot unpack non-iterable int object # Cause The cause was in compute_IoU(), it returns...

I want detect the moving objects on my video 001.mp4,and I edit todaiura_traffic.MOV to 001.mp4 in test_video.sh,but when I run the shell,I got tensorflow.python.framework.errors_impl.NotFoundError:download/video/JPEGImages/480p/todaiura_traffic/00001.jpg; No such file or directory at...

#Objective fix readme. I'm sorry, but I forgot to write 1 command in README.md for quick test; activating conda environment.

# Objective Run test for FBMS59 just one command. To do so, I refactor download script and test DAVIS script, to make repetitive part as a function. # Test I...