Commit
·
0646f70
1
Parent(s):
513aed0
Fix readme
Browse files
README.md
CHANGED
|
@@ -37,7 +37,7 @@ To validate results, follow this steps:
|
|
| 37 |
```
|
| 38 |
1. Measure mean IoU of PyTorch (.pth) model:
|
| 39 |
```bash
|
| 40 |
-
python test.py --data-path path/to/
|
| 41 |
```
|
| 42 |
|
| 43 |
If you want to book a demo, please contact us: enot@enot.ai .
|
|
|
|
| 37 |
```
|
| 38 |
1. Measure mean IoU of PyTorch (.pth) model:
|
| 39 |
```bash
|
| 40 |
+
python test.py --data-path path/to/coco --model-path path/to/model.pth
|
| 41 |
```
|
| 42 |
|
| 43 |
If you want to book a demo, please contact us: enot@enot.ai .
|