-
Notifications
You must be signed in to change notification settings - Fork 19
Pathdet dataset curation roadwork dataset #39
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
Pathdet dataset curation roadwork dataset #39
Conversation
Change requests
|
Signed-off-by: Sohel Mahmud <sohel.digitalhive@gmail.com>
Signed-off-by: Sohel Mahmud <sohel.digitalhive@gmail.com>
Completed all change requests and committed the final version. |
Signed-off-by: Sohel Mahmud <sohel.digitalhive@gmail.com>
Signed-off-by: Sohel Mahmud <sohel.digitalhive@gmail.com>
Signed-off-by: Sohel Mahmud <sohel.digitalhive@gmail.com>
Signed-off-by: Sohel Mahmud <sohel.digitalhive@gmail.com>
Signed-off-by: Sohel Mahmud <sohel.digitalhive@gmail.com>
Signed-off-by: Sohel Mahmud <sohel.digitalhive@gmail.com>
Signed-off-by: Sohel Mahmud <sohel.digitalhive@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me - thanks @docjag
dcc010a
into
autowarefoundation:pathdet-dataset-curation-roadwork-dataset
@docjag - could you please pull the latest changes from the main branch because the folder structure has changed - we now have a EgoPath folder instead of a PathDet folder. Could you please move your files to the EgoPath folder, remove the old PathDet folder and then submit your PR again. I have reviewed your code changes and everything is fine. |
Hi @m-zain-khawaja I have add
.gitignore
file and a little change in theJSON
file. I stored all the trajectory points for the drivable path astuples
rather than a list. Please feel free to have a look and provide your generous suggestions. Thank you.