This repository was archived by the owner on Jun 3, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -113,17 +113,21 @@ python eval.py --trained_model weights/model.onnx --score 0.6 --benchmark
113
113
# using a valid YOLACT SparseZoo stubs
114
114
# python eval.py --trained_model SPARSEZOO_STUB \
115
115
# --benchmark
116
- python eval.py --trained_model \
117
- zoo:cv/segmentation/yolact-darknet53/pytorch/dbolya/coco/base-none \
118
- --score 0.6 --benchmark
116
+ python eval.py \
117
+ --trained_model zoo:cv/segmentation/yolact-darknet53/pytorch/dbolya/coco/base-none \
118
+ --score 0.6 \
119
+ --batch_size 1 \
120
+ --benchmark
119
121
120
122
# Using DeepSparse on the COCO validation set for fixed num of iterations
121
123
# python eval.py --trained_model PRETRAINED_ONNX_WEIGHTS \
122
124
# --score SCORE_THRESHOLD --warm_up_iterations WARM_UP_ITERATIONS \
123
125
# --num_iterations NUM_ITERATIONS \
124
126
# --benchmark
125
- python eval.py --trained_model weights/model.onnx \
126
- --score 0.6 --warm_up_iterations 10 \
127
+ python eval.py \
128
+ --trained_model weights/model.onnx \
129
+ --score 0.6 \
130
+ --warm_up_iterations 10 \
127
131
--num_iterations 100 \
128
132
--benchmark
129
133
```
You can’t perform that action at this time.
0 commit comments