Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple inference Script #13

Open
kjaleph opened this issue Nov 16, 2020 · 3 comments
Open

Simple inference Script #13

kjaleph opened this issue Nov 16, 2020 · 3 comments

Comments

@kjaleph
Copy link

kjaleph commented Nov 16, 2020

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.

@karanjakhar
Copy link

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

@antonilo
Copy link
Owner

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
Copy link

eppoj commented Nov 19, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants