unsupervised_detection
unsupervised_detection copied to clipboard
An Unsupervised Learning Framework for Moving Object Detection From Videos
I try to run the train.py script with SegTrack v2 and I stumbled over problems regarding the format of the database. I can understand if the database changed over the...
hello,I'm working on train_DAVIS2016.sh,I would like to ask if these parameters need to be modified root_dir-----Data set location flow_ckpt----pwcnet.ckpt-595000 location checkpoint_dir-----checkpoint location Now I have modified, but the error is...
i use the provided model and post processing code on davis16 dataset, the final result is 69.3 which is lower than 71.5 reported in paper. I am not sure if...
The provided FBMS results is not consistent with the ground truth image in terms of image size. For example, the results image of the first frame of cars 10 is...
I use the provided model and test it on FBMS test dataset, the result is 0.498. The script I used is test_DAVIS2016_raw.sh with corresponding modification for FBMS dataset. I also...
I am new to tensorflow1.x I want to run inference directly on a video. I have experience with Pytorch and Keras. But I am finding it little hard to do...
When trying to load the Davis model I get the following errors. https://pastebin.com/sx80tfTD
hello antonilo. Thank you for such an outstanding job! At line 89 in file adversarial_learner.py, you performed a resize operation on the optical flow, through tf.image.resize. However, whether the resize...
Hi! Thank you for this repo. I was wondering, in order to test with our own dataset, do we have to create masked objects along with the original images? I...