Update readme.md
This commit is contained in:
parent
fee185a960
commit
ebf90d5c82
|
@ -8,4 +8,5 @@
|
||||||
+ test_label_new folder as the same to train_label_new folder
|
+ test_label_new folder as the same to train_label_new folder
|
||||||
## Note that
|
## 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.
|
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.
|
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.
|
||||||
|
3. We provide the used train_label in [https://pan.baidu.com/s/18ZcQQgsr1DFbyUK4YVQ8WQ](https://pan.baidu.com/s/18ZcQQgsr1DFbyUK4YVQ8WQ) with the fetech code idrl
|
||||||
|
|
Loading…
Reference in New Issue