Skip to content

Commit

Permalink
fixed cat url
Browse files Browse the repository at this point in the history
  • Loading branch information
jjsuperpower committed Dec 15, 2023
1 parent 86fdbfe commit 0b18ea9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtime/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ pip3 install -r requirements.txt
You should see several images to added to the `testing/` directory. The `cat.jpg` image is the original image, `cat_trfm.png` is the image after it has been darkened, `cat_ie.png` is after image enhancement (histogram equalization) is applied to the darkened image.
```bash
mkdir testing
wget https://en.wikipedia.org/wiki/File:Cat_August_2010-4.jpg -P testing/ -O testing/cat.jpg
wget https://upload.wikimedia.org/wikipedia/commons/thumb/1/15/Cat_August_2010-4.jpg/1200px-Cat_August_2010-4.jpg -P testing/ -O testing/cat.jpg
python3 main.py --model resnet50 --predict testing/
```
- Test on HDMI in/out:
Expand Down
2 changes: 1 addition & 1 deletion runtime/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ pycocotools>=2.0.7
pynq>=3.0.1
pynq_dpu>=2.5.1
scipy>=1.8.0
opencv-python>=4.5.4
#opencv-python>=4.5.4 -- installed using apt install python3-opencv

0 comments on commit 0b18ea9

Please sign in to comment.