Skip to content

Commit

Permalink
Add yolov5 weight dw link
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSamhuns committed May 12, 2024
1 parent d72b6c1 commit c4a13d8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ Download Task 1 trainset, valset, and testset-dev sets from <https://github.com/

Refer to [adv_patch_gen/conv_visdrone_2_yolo/README.md](adv_patch_gen/conv_visdrone_2_yolo/README.md)

## Download YOLOv5 4 Class (Car,Van,Truck,Bus) detection weights trained on VisDrone-2019

```shell
# inside a python virtual environment
pip install gdown
gdown 1Nw71j_zw_TUrXjR6VRvgp5wJmDePZMoS
```

## Train an adversarial patch against the detector

Dataset paths should be correctly set in the config json file.
Expand Down

0 comments on commit c4a13d8

Please sign in to comment.