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

Pre-trained mode #47

Open
ghost opened this issue Apr 7, 2021 · 9 comments
Open

Pre-trained mode #47

ghost opened this issue Apr 7, 2021 · 9 comments

Comments

@ghost
Copy link

ghost commented Apr 7, 2021

Can anyone share a pre-trained model I can run test with? I do not have a GPU so I can not try my own mode...

@tigerdhl
Copy link

tigerdhl commented Apr 8, 2021

I have the trained model

@tigerdhl
Copy link

tigerdhl commented Apr 8, 2021

can you tell me what the box2d in the test command? I mean, for new data, the label of box2d is unknow

@ghost
Copy link
Author

ghost commented Apr 9, 2021

You have to have that. For example, using a YOLO. That is the input of this method, I think

@tigerdhl
Copy link

tigerdhl commented Apr 9, 2021

I think so! We have to get the 2D detect result. But I find this code in "test" function:
"line[-1] = angle_offset +np.arctan(float(line[11]) / float(line[13]))"
which "line[11]" and "line[12]" and "line[13]"mean the "3D object location x,y,z in camera coordinates (in meters)" in KITTI's object development kit.
however, there are not these information in 2D detect result.

@ghost
Copy link
Author

ghost commented Apr 9, 2021

These should be the result of running inference. Test program puts the 2D information and the resulted 3D information in a line and writes them out.

@tigerdhl
Copy link

tigerdhl commented Apr 9, 2021

These should be the result of running inference. Test program puts the 2D information and the resulted 3D information in a line and writes them out.

yes,but the 2D information not just the left, top, right, bottom pixel coordinates, the "test" function in this program need the 2D information also include the "3D object location x,y,z in camera coordinates (in meters)"

@tigerdhl
Copy link

tigerdhl commented Apr 9, 2021

@deeprun give me the connect way if you need the trained model, I can share you

@tigerdhl
Copy link

tigerdhl commented Apr 9, 2021

link:https://pan.baidu.com/s/1XPFqVXYt0SWxrY_bUvhG-w
key:a445

@Florian-Barthel
Copy link

link:https://pan.baidu.com/s/1XPFqVXYt0SWxrY_bUvhG-w key:a445

Thank you for posting a download link. Unfortunately it is not possible to create a baidu account from germany. Therefore I can not download the file. Is it possible to download the checkpoint from any other platform?

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