antonilo/unsupervised_detection

Simple inference Script

Opened this issue · 3 comments

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 it with the tensorflow1.x
Please could you help and could provide a simple script which load the model and run inference on a single image.

@antonilo Project page seems to have a video example. Can you share the code you used to infer that video. Please.

We used the code provided in this repo with the DAVIS checkpoint, so nothing changes with respect to that. We did some fine-tuning on the video to improve performance, always using this provided code. Consider that if you want to train on something, you need to create "fake" labels for each frame by creating a black image. You can find all details in the data loader function

eppoj commented

@karanjakhar can you give me a heads up when you got this working?