weichengkuo / DeepBox

Code release for DeepBox paper in ICCV 2015
Other
128 stars 57 forks source link

Couldn't able to run the basic demo. #3

Open tharun2011 opened 8 years ago

tharun2011 commented 8 years ago

These were the last lines before termination.


Process image 0,5864 boxes F0122 10:44:21.139531 31764 roi_pooling_layer.cpp:70] Check failed: roi_endw < width (150 vs. 149) * Check failure stack trace: * Aborted (core dumped)


Command I am using for execution : python ./tools/demo.py --demo 1 Need suggestions to resolve this issue.

weichengkuo commented 8 years ago

Have you tried using this command instead (it's in the README)?

python ./tools/demo.py --demo 0 --frame 0 --numboxes 5

Sincerely,

Weicheng Kuo

Graduate Student Researcher, University of California, Berkeley

On Thu, Jan 21, 2016 at 9:17 PM, tharunkalwa notifications@github.com wrote:

These were the last lines before termination

Process image 0,5864 boxes F0122 10:44:21139531 31764 roi_pooling_layercpp:70] Check failed: roi_endw < width (150 vs 149) * Check failure stack trace: *

Aborted (core dumped)

Command I am using for execution : python /tools/demopy --demo 1 Need suggestions to resolve this issue

— Reply to this email directly or view it on GitHub https://github.com/weichengkuo/DeepBox/issues/3.

aronfothi commented 8 years ago

Hi,

I have another error message if i run the demo:

aron@aron-GA:~/DeepBox$ python ./tools/demo.py --demo 0 --frame 0 --numboxes 5 Traceback (most recent call last): File "./tools/demo.py", line 22, in <module> import fast_dbox_test File "/home/aron/DeepBox/src/fast_dbox_test.py", line 19, in <module> import caffe File "/home/aron/DeepBox/caffe-fast-rcnn/python/caffe/__init__.py", line 1, in <module> from .pycaffe import Net, SGDSolver File "/home/aron/DeepBox/caffe-fast-rcnn/python/caffe/pycaffe.py", line 14, in <module> import caffe.io File "/home/aron/DeepBox/caffe-fast-rcnn/python/caffe/io.py", line 8, in <module> from caffe.proto import caffe_pb2 File "/home/aron/DeepBox/caffe-fast-rcnn/python/caffe/proto/caffe_pb2.py", line 23, in <module> hold\x18\x37 \x01(\x02:\x03\x30.5\x12\x1d\n\x0f\x64\x65t_fg_fraction\x18\x38 \x01(\x02:\x04\x30.25\x12\x1a\n\x0f\x64\x65t_context_pad\x18: \x01(\r:\x01\x30\x12\x1b\n\rdet_crop_mode\x18; \x01(\t:\x04warp\x12\x12\n\x07new_num\x18< \x01(\x05:\x01\x30\x12\x17\n\x0cnew_channels\x18= \x01(\x05:\x01\x30\x12\x15\n\nnew_height\x18> \x01(\x05:\x01\x30\x12\x14\n\tnew_width\x18? \x01(\x05:\x01\x30\x12\x1d\n\x0eshuffle_images\x18@ \x01(\x08:\x05\x66\x61lse\x12\x15\n\nconcat_dim\x18\x41 \x01(\r:\x01\x31\x12\x36\n\x11hdf5_output_param\x18\xe9\x07 \x01(\x0b\x32\x1a.caffe.HDF5OutputParameter\".\n\nPoolMethod\x12\x07\n\x03MAX\x10\x00\x12\x07\n\x03\x41VE\x10\x01\x12\x0e\n\nSTOCHASTIC\x10\x02\"W\n\x0ePReLUParameter\x12&\n\x06\x66iller\x18\x01 \x01(\x0b\x32\x16.caffe.FillerParameter\x12\x1d\n\x0e\x63hannel_shared\x18\x02 \x01(\x08:\x05\x66\x61lse*\x1c\n\x05Phase\x12\t\n\x05TRAIN\x10\x00\x12\x08\n\x04TEST\x10\x01') TypeError: __init__() got an unexpected keyword argument 'syntax'