Git Product home page Git Product logo

Comments (4)

themightyoarfish avatar themightyoarfish commented on July 18, 2024

Provide more information and I'll reopen.

from deepvo.

27Apoorva avatar 27Apoorva commented on July 18, 2024

Hi,
Thank you for your response. I am sorry for not being specific before.
I am trying to run your code for KITTI Dataset Grey scale images and poses. Basically, I have raw KITTI data image and poses. I have set up the datamanager.py to read .png images and .txt poses.
When I am trying to train, model.py is throwing error.
I am running this command:
$ python3 main.py -d /home/appu/DeepLearning/Project/Deep-Learning-for-Point-Cloud/Point\ Cloud/2011_09_26/2011_09_26_drive_0001_extract/ -o Adam -l 0.01 -b 10 -e 3 -m 10 -s 11
This is my output:

Number of batches for training: 1
Number of batches for testing: 1
DataManager found 114 images and poses in dataset.
Image shape: (512, 1392, 3)

/home/appu/DeepLearning/Project/deepVO/model.py(84)init()
-> with tf.variable_scope('inputs'):
(Pdb) c
w: inputs/imgs:0
/home/appu/DeepLearning/Project/deepVO/model.py(109)init()
-> cnn_activation = self.cnn(stacked_image,ksizes,strides,n_channels,reuse=tf.AUTO_REUSE)
(Pdb) c
Traceback (most recent call last):
File "main.py", line 146, in
main()
File "main.py", line 81, in main
use_flownet=args.flownet is not None)
File "/home/appu/DeepLearning/Project/deepVO/model.py", line 109, in init
cnn_activation = self.cnn(stacked_image,ksizes,strides,n_channels,reuse=tf.AUTO_REUSE)
File "/home/appu/DeepLearning/Project/deepVO/model.py", line 230, in cnn
with tf.variable_scope(inner_scope_name):
File "/usr/local/lib/python3.4/dist-packages/tensorflow/python/ops/variable_scope.py", line 1903, in enter
return self._enter_scope_uncached()
File "/usr/local/lib/python3.4/dist-packages/tensorflow/python/ops/variable_scope.py", line 1947, in _enter_scope_uncached
current_name_scope_name = current_name_scope.enter()
File "/usr/local/lib/python3.4/dist-packages/tensorflow/python/framework/ops.py", line 5775, in enter
return self._name_scope.enter()
File "/usr/lib/python3.4/contextlib.py", line 59, in enter
return next(self.gen)
File "/usr/local/lib/python3.4/dist-packages/tensorflow/python/framework/ops.py", line 3979, in name_scope
raise ValueError("'%s' is not a valid scope name" % name)
ValueError: 'conv{index}' is not a valid scope name

Please tell me what I am doing wrong and if you need any more information.
Thank you.

from deepvo.

themightyoarfish avatar themightyoarfish commented on July 18, 2024

from deepvo.

themightyoarfish avatar themightyoarfish commented on July 18, 2024

Also, be advised we didn't actually run this on the KITTI dataset since we could not even fit our own data into GPU memory with reasonable parameters. I'm not sure if the implementation is correct.

from deepvo.

Related Issues (5)

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.