Skip to content

Commit

Permalink
update README.md for demo.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhangGongjie committed Apr 19, 2022
1 parent e6666f6 commit ec35bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ python -m torch.distributed.launch \


### Visualize Detection Results
We perform `demo.py`, which is a minimal implementation that allows users to visualize model's detection predictions. It performs detection on images inside the `./images` folder, and stores detection results visualizations on that folder. Taking <b>SAM-DETR-R50 w/ SMCA (50 epochs)</b> for example, simply run:
We provide `demo.py`, which is a minimal implementation that allows users to visualize model's detection predictions. It performs detection on images inside the `./images` folder, and stores detection visualizations on that folder. Taking <b>SAM-DETR-R50 w/ SMCA (50 epochs)</b> for example, simply run:
```shell
python demo.py \ # do NOT use distributed mode
--batch_size 1 \
Expand Down

0 comments on commit ec35bf8

Please sign in to comment.