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

I used my own data from a 16 layer Velodyne lidar for testing and it gave weird results? #40

Open
MohamedAboushnief opened this issue Apr 15, 2020 · 6 comments

Comments

@MohamedAboushnief
Copy link

I had some data collected at my university in a test track and the data was .pcd files containing the point cloud data and I converted each .pcd file into .bin file to fit in this ComplexYOLOV3 model and to be same format as KITTI velodyne data which every .bin file contains (x,y,z,reflectance) and I saved it into a directory to test on it in the ComplexYOLOV3 architecture which is in this repo and it gave me this weird results which is here in this picture.
yolo
can somebody tell me what to do?

@abhigoku10
Copy link

@MohamedAboushnief find the difference between the custom data and the kitti dataset , since the kitti dataset is capture from velodyne 64 sensor the points are more denser but in ur custom data they are a bit sparse based on that you can custom training

@MohamedAboushnief
Copy link
Author

So if I train on my data that is 16 layers will the model work well? or should I change something?

@imdsafi09
Copy link

I also want to train my own dataset but the problem is I dont know which annotating tool i have to use to get the similar label as Kitti

@GUZ-lkc2018
Copy link

@MohamedAboushnief I have the same problem, have you solved it? Can you give me some advice

@MohamedAboushnief
Copy link
Author

I didnt solve it :(

@BayaCherif
Copy link

you can use labelcloud or supervisely to create 3d bounding box data(length,width,height) + coordinates of the center of the object(x,y,z) and the y orientation.There are more info u need to write by yourself.Check the kitti documentation to understand more

I also want to train my own dataset but the problem is I dont know which annotating tool i have to use to get the similar label as Kitti

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

5 participants