Giter Site home page Giter Site logo

Comments (3)

lukas-blecher avatar lukas-blecher commented on July 23, 2024

Looks like the problem is your Open-CV installation.
Try reinstalling it or see NVIDIA/nvidia-docker#864 (comment)

from deep-flow-guided-video-inpainting.

OnlyFlashEobard avatar OnlyFlashEobard commented on July 23, 2024

Looks like the problem is your Open-CV installation.
Try reinstalling it or see NVIDIA/nvidia-docker#864 (comment)

thanks for your attention,I solve the cv2 problems with your help but after that i get a new issue.

here are error details:
(lpz) mobax@nvidia-quadro-vws-ubuntu-18-1-vm:~/lpz/Deep-Flow-Guided-Video-Inpainting-master$ python tools/video_inpaint.py --frame_dir ./demo/frames --MASK_ROOT ./demo/masks --img_size 512 832 --LiteFlowNet --DFC --ResNet101 --Propagation
This Video has 80 Images
The optical flow list has been generated: ./demo/video_flow.txt
====> Loading ./pretrained_models/sintel.pth
Traceback (most recent call last):
File "tools/video_inpaint.py", line 185, in
main()
File "tools/video_inpaint.py", line 166, in main
extract_flow(args)
File "tools/video_inpaint.py", line 85, in extract_flow
output_file = infer(args)
File "/home/mobax/lpz/Deep-Flow-Guided-Video-Inpainting-master/tools/infer_liteflownet.py", line 69, in infer
Flownet = LiteFlowNet(args.pretrained_model_liteflownet)
File "/home/mobax/lpz/Deep-Flow-Guided-Video-Inpainting-master/models/LiteFlowNet_Models/LiteFlowNet.py", line 269, in init
self.load_state_dict(torch.load(model_path))
File "/home/mobax/anaconda3/envs/lpz/lib/python3.6/site-packages/torch/serialization.py", line 419, in load
f = open(f, 'rb')
FileNotFoundError: [Errno 2] No such file or directory: './pretrained_models/sintel.pth'

from deep-flow-guided-video-inpainting.

lukas-blecher avatar lukas-blecher commented on July 23, 2024

Please see #3

from deep-flow-guided-video-inpainting.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.