Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
guillem-cf authored Mar 15, 2023
1 parent cd96959 commit b74570f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions week1/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Generate videos
## Generate videos

Arguments:\
-m --run_mode : Yolo, RCNN or SSD\
Expand All @@ -8,16 +8,20 @@ Arguments:\
-d --display : Show the video or not\
-n --noisy : Noisy or not

Examples
Examples:
### Video with BoundinBox generated from GroundTruth using noise
```
python3 main.py -m rcnn -n True -r noisy
```
### Video with Mask R-CNN detections
```
python3 main.py -m rcnn -r rcnn
```
### Video with SSD512 detections
```
python3 main.py -m ssd -r ssd
```
### Video with YoloV3 detections
```
python3 main.py -m yolo -r yolo
```
Expand Down

0 comments on commit b74570f

Please sign in to comment.