smallcorgi / 3D-Deepbox

3D Bounding Box Estimation Using Deep Learning and Geometry (MultiBin)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

train error

zgq91 opened this issue · comments

commented

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

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

commented

@smallcorgi How to read video for demo test training model

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?