-
Notifications
You must be signed in to change notification settings - Fork 78
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
Preprocessing another data #74
Comments
Hello! |
Hi @myfun-deep, |
calibration? I created my own dataset in the form of kitti. |
Hi @myfun-deep, |
Hi @tuclen-3 |
The problem is formulating how you would like to reshape your image for training/testing. For the KITTI dataset, the idea is to crop the top 100 pixels and then resize to 288 * 1280. Or some methods will directly resize the image to 384 * 1280. For the design logic, most of you are correct that all input images and calibration matrix will be adjusted based on how we deal with the main images. For 1920 * 1280, you can directly resize images to the shape you want, and the code should run fine. |
Hi @Owen-Liuyuxuan, |
Hi @Owen-Liuyuxuan,
Thanks for your great work,
I have a problem when I inference my custom data. My model use your code to run KITTI data quite well but my custom data have sharp image quite different from the KITTI dataset (1280, 1980). I can see in your code have processing data code in the ./VisualDet3D/kitti/data directory but I don't know how to use it to process my custom data. Can you give me some advice to use it? Thanks
The text was updated successfully, but these errors were encountered: