updates
This commit is contained in:
parent
ad3870c847
commit
b91899ffc4
|
@ -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 ---------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue