Code Monkey home page Code Monkey logo

Comments (1)

NagabhushanSN95 avatar NagabhushanSN95 commented on August 24, 2024

I tried skipping this step. I got the below error

CUDA_VISIBLE_DEVICES=0 python scripts/generate.py --input_dir data/bair --dataset_hparams sequence_length=30 --checkpoint pretrained_models/bair_action_free/ours_savp --mode test --results_dir results_test_samples/bair_action_free loading options from checkpoint pretrained_models/bair_action_free/ours_savp ----------------------------------- Options ------------------------------------ batch_size = 8 checkpoint = pretrained_models/bair_action_free/ours_savp dataset = softmotion dataset_hparams = sequence_length=30 fps = 4 gif_length = None gpu_mem_frac = 0 input_dir = data/bair mode = test model = savp model_hparams = None num_epochs = 1 num_samples = None num_stochastic_samples = 5 output_gif_dir = results_test_samples/bair_action_free/ours_savp output_png_dir = results_test_samples/bair_action_free/ours_savp results_dir = results_test_samples/bair_action_free results_gif_dir = results_test_samples/bair_action_free results_png_dir = results_test_samples/bair_action_free seed = 7 ------------------------------------- End -------------------------------------- Traceback (most recent call last): File "scripts/generate.py", line 193, in <module> main() File "scripts/generate.py", line 105, in main hparams=args.dataset_hparams) File ".../Stochastic_Adversarial_Video_Prediction/video_prediction/video_prediction/datasets/softmotion_dataset.py", line 16, in __init__ super(SoftmotionVideoDataset, self).__init__(*args, **kwargs) File ".../Stochastic_Adversarial_Video_Prediction/video_prediction/video_prediction/datasets/base_dataset.py", line 242, in __init__ super(VideoDataset, self).__init__(*args, **kwargs) File ".../Stochastic_Adversarial_Video_Prediction/video_prediction/video_prediction/datasets/base_dataset.py", line 40, in __init__ raise FileNotFoundError("input_dir %s does not exist" % self.input_dir) FileNotFoundError: input_dir data/bair does not exist

from video_prediction.

Related Issues (20)

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.