How to generate plane files?
See original GitHub issueHi, Thanks for sharing!
I encountered the following problem when running the first stage training without downloading your plane files.
FileNotFoundError: [Errno 2] No such file or directory: ../data/KITTI/object/training/planes/005957.txt'
Can I know how do you get these plane files? btw, how can we turn off the augmentation option so that we can run the code without downloading the plane files?
Thanks!
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Tutorial How to create & load a flight plan fms file in Zibo 737 ...
This video meant to get simmer up and running quickly.Zibo download is https://forums.x- plane.org/index.php?
Read more >Creating FDR Files - X-Plane
Column Header Explanation Example
lon degre longitude in degrees –117.20
lat degre latitude in degrees 34.000
h rad ft radio altimeter indication 0
Read more >Portal - X-Plane.Org Forum
So, how did I get into flight simulation? Well, my first step into flight simulation was with Microsoft Flight Simulator, way back in...
Read more >3D Printed RC Plane: The Top 15 Models of 2022 - All3DP
You can 3D print your own DIY remote control plane and make replacement ... The design files for it costs $5, but you...
Read more >How To Create An Aircraft - SDK Documentation
Preparation · Modeling And Texturing · File Initialisation; Instruments; Camera Settings; Flight Model; Audio; Checklists; Localisation; VR Management ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I have provided the links to download : road planes You could try to turn off the GT augmentation by setting the yaml file: GT_AUG_ENABLED=True
Sorry for the late reply. I didn’t implement the ground plane estimation algorithm, and I just copy the ground plane results from some other library (I forget which library and didn’t find it when I tries to search it once again, may be 3DOP or MV3D series), and it may be generated by RANSAC based methods. The ground plane is just for GT sampling augmentation, and it also almost doesn’t affect the final results much.