Skip to content

Commit

Permalink
fix yolox_example README typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jsonlee0x01 authored Oct 28, 2022
1 parent 53ebc6c commit 260f0c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yolox_example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ make install/strip -j32
./yolox_test yolox_s.tiny --input=dog.jpg --output=<your_output_image>
```

3. copy `your_output_image` back to your local machine, the result is showed in the image
3. copy `your_output_image` back to your local machine, the result is shown in the image

## result example
origin:
![origin](./dog.jpg)

detection example:
![output](./out.jpg)
![output](./out.jpg)

0 comments on commit 260f0c3

Please sign in to comment.