Skip to content
Snippets Groups Projects
Commit 29e4bf23 authored by mhby1g21's avatar mhby1g21
Browse files

dockerfile changes to fixed one (commented boostingmonoculardepth)

parent fda17724
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,15 @@ RUN apt install --no-install-recommends \
WORKDIR "/monodepth"
COPY . ./
# Setup BoostingMonocularDepth
#RUN git submodule update --init
#RUN cd ./BoostingMonocularDepth/pix2pix/ && mkdir -p checkpoints/mergemodel
# Midas weights
#RUN wget https://github.com/isl-org/MiDaS/releases/download/v2_1/model-f6b98070.pt -O ./BoostingMonocularDepth/midas/model.pt
# Merge net weights
#RUN wget -P ./BoostingMonocularDepth/pix2pix/checkpoints/mergemodel https://www.sfu.ca/~yagiz/CVPR21/latest_net_G.pth
#RUN cp ./weights/midas/model.pt ./BoostingMonocularDepth/midas/model.pt && cp ./weights/pix2pix/checkpoints/mergemodel/latest_net_G.pth ./BoostingMonocularDepth/pix2pix/checkpoints/mergemodel/latest_net_G.pth
RUN pip3 install -r ./code/python/requirements.txt
#-- build python cpp module
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment