You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: