Skip to content

Commit

Permalink
replace config/data according to issue 138
Browse files Browse the repository at this point in the history
  • Loading branch information
LazyBusyYang committed Oct 8, 2023
1 parent f41b255 commit 4b6554d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docs/en/tools/prepare_dataset.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ meta_path = 'datasets/Shelf/xrmocap_meta_testset'
visualize = True
```

Also, you can find our prepared config files in `config/data/data_converter`, with or without perception.
Also, you can find our prepared config files in `configs/modules/data/data_converter`, with or without perception.

### Argument: overwrite

Expand All @@ -59,14 +59,14 @@ Run the tool when paths configured in `campus_data_converter_testset.py`.

```bash
python tool/prepare_dataset.py \
--converter_config config/data/data_converter/campus_data_converter_testset.py
--converter_config configs/modules/data/data_converter/campus_data_converter_testset.py
```

Run the tool with explicit paths.

```bash
python tool/prepare_dataset.py \
--converter_config config/data/data_converter/campus_data_converter_testset.py \
--converter_config configs/modules/data/data_converter/campus_data_converter_testset.py \
--data_root datasets/Campus \
--meta_path datasets/Campus/xrmocap_meta_testset
```
6 changes: 3 additions & 3 deletions docs/en/tools/visualize_dataset.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ vis_percep2d = True
vis_gt_kps3d = True
```

Also, you can find our prepared config files in `config/data/data_visualization`.
Also, you can find our prepared config files in `configs/modules/data/data_visualization`.

### Argument: overwrite

Expand All @@ -48,14 +48,14 @@ Run the tool when paths configured in `shelf_data_visualization_testset.py`.

```bash
python tool/visualize_dataset.py \
--converter_config config/data/data_visualization/shelf_data_visualization_testset.py
--converter_config configs/modules/data/data_visualization/shelf_data_visualization_testset.py
```

Run the tool with explicit paths.

```bash
python tool/prepare_dataset.py \
--converter_config config/data/data_converter/shelf_data_visualization_testset.py \
--converter_config configs/modules/data/data_converter/shelf_data_visualization_testset.py \
--data_root datasets/Shelf \
--meta_path datasets/Shelf/xrmocap_meta_testset \
--output_dir datasets/Shelf/xrmocap_meta_testset/visualization
Expand Down
2 changes: 1 addition & 1 deletion requirements/build.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
filterpy
numpy
numpy<1.24.0
# # opencv-python for GL equipped env
# opencv-python
# # opencv-python-headless for headless env
Expand Down

0 comments on commit 4b6554d

Please sign in to comment.