smallcorgi / 3D-Deepbox

3D Bounding Box Estimation Using Deep Learning and Geometry (MultiBin)
MIT License
488 stars 151 forks source link

train error #2

Open zgq91 opened 6 years ago

zgq91 commented 6 years ago

Hi: when i execute “python main.py --model train --gpu 0 --image training/image_2/ --label training/label_2/
” the command error: W tensorflow/core/framework/op_kernel.cc:1158] Not found: Unsuccessful TensorSliceReader constructor: Failed to find any matching files for train

my environment is tensorflow 1.2 gpu , python anaconda2

smallcorgi commented 6 years ago

Hi, Your command should be “python main.py --mode train --gpu 0 --image training/image_2/ --label training/label_2/. --box2d training/label_2/"

model -> mode

zgq91 commented 6 years ago

@smallcorgi How to read video for demo test training model

Ben940315 commented 6 years ago

Hi when I run run_demo ,I got the error is: Index exceeds matrix dimensions.

Error in visualization (line 12) img = imread(sprintf('%s/%s',image_dir,img_list(3+0).name));

Error in run_demo (line 45) h = visualization('init',image_dir);

How can I solved it?