Git Product home page Git Product logo

gc-net-tensorflow's People

Contributors

kelkelcheng 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

Watchers

 avatar  avatar

gc-net-tensorflow's Issues

Tensorflow 2

Hi,

I am trying to build your model again by Tensorflow 2 because I have some issues running the model on my GPU. The only way I found to run the model is by using Docker; however, it is not easy to make it run in realtime with a camera. My question is, can you give me some ideas about the training process you did for your model like, did you used all the FlyingThings dataset and if there some hyperparameter need to tune.

Thanks in advance,

Number of parameters

Hi, I would like to know the total number of parameters of your network and does it match with the number given by the original author (3.5M)?

Thank you :)

OutOfRangeError

Hi,

There is an error when running train.py:

OutOfRangeError (see above for traceback): RandomShuffleQueue '_1_shuffle_batch/random_shuffle_queue' is closed and has insufficient elements (requested 1, current size 0)
	 [[node shuffle_batch (defined at ./GC-Net-Tensorflow/util.py:48) ]]

How can I solve the error?

Thanks

Number of epoch

I have one question, How many epochs need to train a model?

OutOfRangeError

hi
Do I have to generate .tfrecords files to use pre-trained model, Can I download "saved model " to test the new images? I downloaded the "saved model" folder directly but had an error using test.py:
OutOfRangeError (see above for traceback): RandomShuffleQueue '_5_shuffle_batch_1/random_shuffle_queue' is closed and has insufficient elements (requested 1, current size 0)
[[Node: shuffle_batch_1 = QueueDequeueManyV2[component_types=[DT_FLOAT, DT_FLOAT, DT_FLOAT], timeout_ms=-1, _device="/job:localhost/replica:0/task:0/cpu:0"](shuffle_batch_1/random_shuffle_queue, shuffle_batch_1/n)]]
My computer configuration cannot support training, can i directly test the images?
thanks for your reply, apologize for my ignorance as a beginner

Model output

Hi @kelkelcheng,
Please, I have one last question.
Why you have a 'disparity_filter', I couldn't understand the propose of it. In the paper, they just use Softmax at the end.

    logits = tf.nn.softmax(neg)
    disparity_filter = tf.reshape(tf.range(0, d, 1, dtype=tf.float32), [1, 1, d, 1])
    distrib = conv2d(logits, disparity_filter, 1)

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.