ytfeng commited on
Commit
276baa3
·
1 Parent(s): 6a573f7

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
@@ -22,13 +22,13 @@ Note:
22
 
23
  Here are some of the sample results that were observed using the model,
24
 
25
- ![test1_res.jpg](./samples/1_res.jpg)
26
- ![test2_res.jpg](./samples/2_res.jpg)
27
 
28
  Check [benchmark/download_data.py](../../benchmark/download_data.py) for the original images.
29
 
30
  Video inference result,
31
- ![WebCamR.gif](./samples/WebCamR.gif)
32
 
33
  ## Model metrics:
34
 
 
22
 
23
  Here are some of the sample results that were observed using the model,
24
 
25
+ ![test1_res.jpg](./example_outputs/1_res.jpg)
26
+ ![test2_res.jpg](./example_outputs/2_res.jpg)
27
 
28
  Check [benchmark/download_data.py](../../benchmark/download_data.py) for the original images.
29
 
30
  Video inference result,
31
+ ![WebCamR.gif](./example_outputs/WebCamR.gif)
32
 
33
  ## Model metrics:
34