This commit is contained in:
Glenn Jocher 2019-09-19 17:31:46 +02:00
parent 728a5698bc
commit 870020ed15
1 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,8 @@ COPY . /usr/src/app
# Copy weights # Copy weights
#RUN python3 -c "from utils.google_utils import *; \ #RUN python3 -c "from utils.google_utils import *; \
# gdrive_download(id='18xqvs_uwAqfTXp-LJCYLYNHBOcrwbrp0', name='weights/darknet53.conv.74'); \ # gdrive_download(id='18xqvs_uwAqfTXp-LJCYLYNHBOcrwbrp0', name='weights/darknet53.conv.74'); \
# gdrive_download(id='1oPCHKsM2JpM-zgyepQciGli9X0MTsJCO', name='weights/yolov3-spp.weights')" # gdrive_download(id='1oPCHKsM2JpM-zgyepQciGli9X0MTsJCO', name='weights/yolov3-spp.weights'); \
# gdrive_download(id='1vFlbJ_dXPvtwaLLOu-twnjK4exdFiQ73', name='weights/yolov3-spp.pt)"
# --------------------------------------------------- Extras Below --------------------------------------------------- # --------------------------------------------------- Extras Below ---------------------------------------------------