This commit is contained in:
Glenn Jocher 2019-09-09 21:52:29 +02:00
parent ad3870c847
commit b91899ffc4
1 changed files with 3 additions and 3 deletions

View File

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