Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ar-Ray-code committed Jul 23, 2022
1 parent 1b7a142 commit 67011e6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,6 @@ In that case, please comment out line 17 `set(CMAKE_CUDA_ARCHITECTURES 72)`

Since the weights to be downloaded are large, you can select the weights to be downloaded by the options.

- DOWNLOAD_YOLOV2_TINY (Default : `ON`)
- DOWNLOAD_YOLOV3 (Default : `OFF`)
- DOWNLOAD_YOLOV4 (Default : `ON`)
- DOWNLOAD_YOLOV4_CSP (Default : `OFF`)
- DOWNLOAD_YOLOV4_TINY (Default : `ON`)
- DOWNLOAD_YOLOV4_MISH (Default : `OFF`)
- DOWNLOAD_YOLOV7_TINY (Default : `ON`)

```cmake
set(DOWNLOAD_YOLOV2_TINY ON)  # default : on
set(DOWNLOAD_YOLOV3 OFF) # default : off
Expand Down

0 comments on commit 67011e6

Please sign in to comment.