update readme.md
Browse files
README.md
CHANGED
@@ -23,18 +23,18 @@ Run the following commands to generate augmented partial point cloud for synthet
|
|
23 |
```angular2html
|
24 |
cd process_scripts
|
25 |
python augment_arkit_partial_point.py --cat arkit_chair arkit_stool ...
|
26 |
-
python augment_synthetic_partial_point.py --cat 03001627 future_chair ABO_chair ...
|
27 |
```
|
28 |
Run the following command to extract image features
|
29 |
```angular2html
|
30 |
cd process_scripts
|
31 |
bash dist_extract_vit.sh
|
32 |
```
|
33 |
-
Finally, run the following command to generate train/val splits:
|
34 |
```angular2html
|
35 |
cd process_scripts
|
36 |
python generate_split_for_arkit --cat arkit_chair arkit_stool ...
|
37 |
-
python generate_split_for_synthetic_data.py --cat 03001627 future_chair ABO_chair ...
|
38 |
```
|
39 |
|
40 |
## Evaluation
|
|
|
23 |
```angular2html
|
24 |
cd process_scripts
|
25 |
python augment_arkit_partial_point.py --cat arkit_chair arkit_stool ...
|
26 |
+
python augment_synthetic_partial_point.py --cat 03001627 future_chair ABO_chair future_stool ...
|
27 |
```
|
28 |
Run the following command to extract image features
|
29 |
```angular2html
|
30 |
cd process_scripts
|
31 |
bash dist_extract_vit.sh
|
32 |
```
|
33 |
+
Finally, run the following command to generate train/val splits, please check ./dataset/taxonomy for the sub-cateory definition:
|
34 |
```angular2html
|
35 |
cd process_scripts
|
36 |
python generate_split_for_arkit --cat arkit_chair arkit_stool ...
|
37 |
+
python generate_split_for_synthetic_data.py --cat 03001627 future_chair ABO_chair future_stool ...
|
38 |
```
|
39 |
|
40 |
## Evaluation
|