Skip to content

[EgoPath] Bezier curve visualization & groundtruth #86

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

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

TranHuuNhatHuy
Copy link
Contributor

Addressing #83 .

Accomplishments

Added EgoPath/create_path/common/create_bezier_gt.py, which reads drivable path info and images from each of 6 datasets (dirpath acquired via args), then outputs a new folder called bezier-visualization that stores all bezier visualizations and a JSON file named bezier_path.json that stores bezier info.

So basically for each dataset, the previous file structure:

|------ <dataset name in UPPERCASE>/              # i.e. CURVELANES
|              |------ image/
|              |------ segmentation/
|              |------ visualization/
|              |------ drivable_path.json

now becomes:

|------ <dataset name in UPPERCASE>/              # i.e. CURVELANES
|              |------ bezier-visualization/
|              |------ image/
|              |------ segmentation/
|              |------ visualization/
|              |------ bezier_path.json
|              |------ drivable_path.json

Currently currently across all 6 datasets. Below is an example of the finished BDD100K:

bezier_vis_bdd100k_demo.webm

@TranHuuNhatHuy
Copy link
Contributor Author

Successfully ran across all 6 datasets with expected outputs. We can have some reviews later but it's fairly ready to be merged @m-zain-khawaja

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

Successfully merging this pull request may close these issues.

1 participant