From 0e5eac09a92119aaeecdd55c2bab6d9449fa99b5 Mon Sep 17 00:00:00 2001 From: freeneuro <923237475@qq.com> Date: Wed, 20 Apr 2022 15:40:59 +0800 Subject: [PATCH] add carla_dataset --- src/carla_dataset/readme.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/carla_dataset/readme.md b/src/carla_dataset/readme.md index 76f01c7..a57a220 100644 --- a/src/carla_dataset/readme.md +++ b/src/carla_dataset/readme.md @@ -1,11 +1,11 @@ -# The meaning for each folder in carla_dataset -+ masks folder contains all masks file, including train mask and test mask -+ train folder contain all train file, which ended with .npy. Each file contains sampled image, and the corresponding sampled information(i.e., location and rotation information of vehicle and camera). -+ test folder as the same to train folder -+ train_new folder contain all sample images extracted from each file of train folder. -+ test_new folder as the same to train_new folder -+ train_label_new folder which contain the label (refer to example file in train_label_new folder) of each training file -+ test_label_new folder as the same to train_label_new folder -## Note that -1. After you download the dataset and place them into each folder, you should create a yaml in data folder, see data/carala.yaml for example. +# The meaning for each folder in carla_dataset ++ masks folder contains all masks file, including train mask and test mask ++ train folder contain all train file, which ended with .npy. Each file contains sampled image, and the corresponding sampled information(i.e., location and rotation information of vehicle and camera). ++ test folder as the same to train folder ++ train_new folder contain all sample images extracted from each file of train folder. ++ test_new folder as the same to train_new folder ++ train_label_new folder which contain the label (refer to example file in train_label_new folder) of each training file ++ test_label_new folder as the same to train_label_new folder +## Note that +1. After you download the dataset and place them into each folder, you should create a yaml in data folder, see data/carala.yaml for example. 2. To run compute the adversarial loss, you need to get the label(annotation) for each image. In our implementation, for simplicity, we used the Faster RCNN to inference each rendered image(due to the character of rendered image, we can get relatively accuracy label) and get the corresponding label. \ No newline at end of file