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 yolo and 3d-deepbox #24

Open
dingjiangang opened this issue Sep 29, 2018 · 1 comment
Open

About yolo and 3d-deepbox #24

dingjiangang opened this issue Sep 29, 2018 · 1 comment

Comments

@dingjiangang
Copy link

Hi, i want to use yolov3 to do 3d-deepbox, do you have any ideas? Thank you!!

@LC041336
Copy link

I think maybe you could not use the 3D-deepbox with YOLOv3.You can try the YOLO-6D method.The method of 3D-deepbox needs the camera coordinate, you can find the related code in "main.py".The related function is "def test(model, image_dir, box2d_loc, box3d_loc):" which include "line[-1] = angle_offset +np.arctan(float(line[11]) / float(line[13]))". The line[11] and line[13] is the camera coordinate value.

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