Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cirobr committed Sep 5, 2024
1 parent 15e2a28 commit dbac6bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.jl
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ function coco_download(folder::String)

# unzip coco data
Threads.@sync begin
# https://superuser.com/questions/100656/linux-unzip-command-option-to-force-overwrite
Threads.@spawn run(`unzip -o $(coco_data_folder)/train2017.zip -d $(coco_data_folder)`)
Threads.@spawn run(`unzip -o $(coco_data_folder)/val2017.zip -d $(coco_data_folder)`)
Threads.@spawn run(`unzip -o $(coco_data_folder)/annotations_trainval2017.zip -d $(coco_data_folder)`)
Expand Down

0 comments on commit dbac6bf

Please sign in to comment.