unsupervised_detection icon indicating copy to clipboard operation
unsupervised_detection copied to clipboard

Simple inference Script

Open kjaleph opened this issue 4 years ago • 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.

kjaleph avatar Nov 16 '20 14:11 kjaleph

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

karanjakhar avatar Nov 16 '20 14:11 karanjakhar

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

antonilo avatar Nov 17 '20 22:11 antonilo

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

eppoj avatar Nov 19 '20 10:11 eppoj