smallcorgi / 3D-Deepbox

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

what is test_2d_boxes_path and output_file_path? #36

Open AbhiDarisi opened 5 years ago

AbhiDarisi commented 5 years ago

I ve to run the below command in test mode python main.py --mode test --gpu [gpu_id] --image [test_image_path] --box2d [test_2d_boxes_path] --model [model_path] --output [output_file_path]

But I dont know what values to pass for test_2d_boxes_path and output_file_path. Could you help me with that?

Regards Abhi