Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix script
Signed-off-by: zehao-intel <[email protected]>
  • Loading branch information
zehao-intel committed Jul 23, 2024
commit 7ce78eb6e728dd9b57100f7daa248c11c4300534
2 changes: 1 addition & 1 deletion examples/.config/model_params_tensorflow_3x.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"yolo_v5": {
"model_src_dir": "object_detection/yolo_v5/quantization/ptq",
"dataset_location": "/tf_dataset2/datasets/coco2017/coco/val2017",
"dataset_location": "/tf_dataset2/datasets/coco_yolov5/coco",
"input_model": "/tf_dataset2/models/tensorflow/yolo_v5/yolov5s.pb",
"main_script": "main.py",
"batch_size": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,7 @@ Run the `prepare_dataset.sh` script.
```shell
. prepare_dataset.sh
```

This script will download the *train*, *validation* and *test* COCO datasets.

### Manual download

Download CoCo Dataset from [Official Website](https://cocodataset.org/#download).

The validation set of coco2017 will be downloaded into a `./coco` folder.

# Run

Expand Down
Loading