ONNX
ytfeng commited on
Commit
6a5ac93
·
1 Parent(s): ae30624

Add back example output images as lfs tracked files (#166)

Browse files

* lfs track images now

* add back example images

* modify paths

* modify paths part 2

* correct paths in each model's readme

Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -29,9 +29,9 @@ Note:
29
 
30
  Here are some of the sample results that were observed using the model (**yolox_s.onnx**),
31
 
32
- ![1_res.jpg](./samples/1_res.jpg)
33
- ![2_res.jpg](./samples/2_res.jpg)
34
- ![3_res.jpg](./samples/3_res.jpg)
35
 
36
  Check [benchmark/download_data.py](../../benchmark/download_data.py) for the original images.
37
 
 
29
 
30
  Here are some of the sample results that were observed using the model (**yolox_s.onnx**),
31
 
32
+ ![1_res.jpg](./example_outputs/1_res.jpg)
33
+ ![2_res.jpg](./example_outputs/2_res.jpg)
34
+ ![3_res.jpg](./example_outputs/3_res.jpg)
35
 
36
  Check [benchmark/download_data.py](../../benchmark/download_data.py) for the original images.
37