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

Question about preprocessing training dataset #5

Open
Seoyoung-Jo opened this issue Jan 3, 2022 · 0 comments
Open

Question about preprocessing training dataset #5

Seoyoung-Jo opened this issue Jan 3, 2022 · 0 comments

Comments

@Seoyoung-Jo
Copy link

Hi,
I'm preprocessing training datasets to train your network.
But there are several problems.

  1. I found ego_pose.json and scene.json in nuScenes dataset. However, I don't know how to separate scenes and put them in the corresponding scene folder like you did (in test dataset) and how to extract ego(.float3), floats&floats-label(.float3), scene.txt from nuScenes dataset. Is there any code you have referenced or other details about this?

  2. As you did, I train the inpainting module (https://github.com/JiahuiYu/generative_inpainting) on semantic segmentation map (using Mapillary Vistas dataset(18000 training images, 2000 validation images)). However, the training is not going well. Is there anything you changed from that code?

  3. You need a mask to erase dynamic object from semantic map during the test, where did you get the mask and use it? Or did you use random mask? If you use random mask, how can you find and erase dynamic object?

  4. In the paper, it was stated that removed dynamic object of class c is the ground-truth sample of reachability. Does this ground-truth mean the file in the floats folder in the test dataset you provided? If it is correct, how do you extract the values (ex. tl_x, tl_y, w, h, score, class_id)? Or do you extract the values from the nuScenes dataset?

I'm sorry to bother you and thank you for your great work.

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

1 participant