pytorch-auto-drive
pytorch-auto-drive copied to clipboard
about bezier GT
How can i get the bezier curve GT in custom dataset? will it be published?
@ccblublu If your custom dataset is already labeled by sample points, you can refer to this documentation: https://github.com/voldemortX/pytorch-auto-drive/blob/master/docs/CURVE.md
But you will need to get the loader working for your dataset. That will depend on how your custom dataset is organized.
Essentially, you need to fit Bézier curves for your GT lines and save them in the json format.
This issue seems to be addressed. I'll close it for now. Feel free to continue commenting for reopen/open a new one.