Giter Site home page Giter Site logo

sold's People

Contributors

alex04072000 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

sold's Issues

Some questions about PWC-Net

  • As stated in the README, the tfoptflow implementation of PWC-Net was used. However, tfoptflow has some alarming yet unresolved issues (e.g., regarding scaling and flow equation). What modification(s) were employed in this work?

  • Also, the Requirements Setup says that:

    Please overwrite tfoptflow/model_pwcnet.py and tfoptflow/model_base.py using the ones in this repository.

    The "ones in this repository"—which I believe are to be used in place of model_pwcnet.py and model_base.py from the tfoptflow code base—seem to be missing.

overwrite files missing!

In your README, you said that Please overwrite tfoptflow/model_pwcnet.py and tfoptflow/model_base.py using the ones in this repository., but there are no files related to these two.
Thanks!

Where are these checkpoints?

I tried the repo but encountering some problem, it seems missing checkpoints.

I found in the colab demo, the model.ckpt-239999 are successfully loaded.
INFO:tensorflow:Restoring parameters from train_dir_initFlow_Fence/model.ckpt-239999
INFO:tensorflow:Restoring parameters from train_dir_imgReconstruction_Fence/model.ckpt-239999

What are these checkpoints? I downloaded the ckpt.zip and unzip it, get some checkpoints with 'ckpt_' prefix.

Thanks.

Comparing to Alayrac et al.

Great work. Just wondering how did you use 'The Visual Centrifuge: Model-Free Layered Video Representations' paper in your paper comparison? Did you retrain that on your data? Or did you get their weights?

How to use multiple image sequences for online training?

Say I have two five-frame image sequences, seq1_I{0,1,2,3,4}.png and seq2_I{0,1,2,3,4}.png. How can I run online training to use the said image sequences?

Looking at train_fence_online.py, I'm guessing it will have something to do with the --batch_size and the --training_scene flags:

tf.app.flags.DEFINE_integer(
'batch_size', 1, 'The number of samples in each batch.')
tf.app.flags.DEFINE_string('training_scene', None,
"""If specified, restore this pretrained model """
"""before beginning any training.""")

However, I cannot tell how to specify the image sequence. Do I pass --batch_size 2 --training_scene seq when calling !python train_fence_online.py?

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.