Richard Nunziata
Richard Nunziata
getting segfault. System comes up looks ok, but dies as soom as the line below appear ... any idea on how to resolve. ``` [ WARN] [1509341391.683598015, 1305033527.869630590]: Loop Closures:...
Have you considered make this a ROS node so that depth, and segment classification can be integrated via ROS messages. This would allow switching between different implementation of these components,...
Was not sure why code is not restoring mean and rms values I made mods as follows so on restart it can pickup where it left off. Is there a...
I've run both pong and space-invaders for long training sets without any issues...but when I try breakout the system hangs some where inside breakout it never finishes the last life...
reset not called in MaxAndSkipEnv..must be specified as: ``` def reset(self): return self.env.reset() ``` without args.
Would like to convert this to Keras but having issues ...has anyone tried this? ``` with tf.device(self._device): #'uniform', 'glorot_normal', 'glorot_uniform','lecun_uniform',lambda shape, name: normal(shape, scale=0.01, name=name) init = 'lecun_uniform' K.set_image_dim_ordering('tf') self.s...
error on running. ``` python demo.py --gpus 0 --input data/demo/um_000005.png *********************************************************************train_utils.py: commented out if use_stitching File "demo.py", line 413, in tf.app.run() File "/home/richard/.virtualenvs/cvp3/lib/python3.5/site-packages/tensorflow/python/platform/app.py", line 48, in run _sys.exit(main(_sys.argv[:1] + flags_passthrough))...
trying to run demo.py getting import PalLib not found in AnnotationLib.py. Unable to locate this lib for install. Also had to add sys.path.append("..path...) to data_utils.py so it could find AnnotationLib.py.
getting run time error on demo.py....any ideas of what this is.. I have tried to recompile many time but nothing seems to resolve this error. `OSError: /usr/local/lib/python2.7/dist-packages/mxnet-0.9.5-py2.7.egg/mxnet/libmxnet.so: undefined symbol: _ZN4nnvm2Op3GetERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE`
I compile both the g20_with_orbslam2 and compiled the Thirdparty ...all compiled ok. I also did a make install in its build dir with created a install dir in g20_with_orbslam2 ....