Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About test #3

Closed
sunnyHelen opened this issue Jul 20, 2021 · 1 comment
Closed

About test #3

sunnyHelen opened this issue Jul 20, 2021 · 1 comment

Comments

@sunnyHelen
Copy link

Hi, thanks a lot for sharing your interesting and great work.
I ran test.py following your instructions but got results like this.
image
There are no results of vehicles. I noticed there is an args item "type", but it seems to only work for saving directory. Is there anything I got wrong?

@JonDoe-297
Copy link
Owner

Thanks for following our work. Since some datasets provide the annotations for road layout or vehicle occupancies only, we generate roads and vehicles separately, even Argoverse dataset. Maybe you are using a road model, you should just replace it with a vehicle.

This is my test parameter for the vehicle model:

python test.py 
--type dynamic 
--model_path <path to the model directory. e.g. KITTI 3D Object> 
--image_path <path to the image directory>  
-out_dir ./output/kitti/3Dobject

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants