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

removed boosting monocular depth from dockerfile

parent ae9bee53
No related branches found
No related tags found
No related merge requests found
...@@ -35,17 +35,6 @@ RUN apt install --no-install-recommends \ ...@@ -35,17 +35,6 @@ RUN apt install --no-install-recommends \
WORKDIR "/monodepth" WORKDIR "/monodepth"
COPY . ./ COPY . ./
# Setup BoostingMonocularDepth
#RUN git submodule update --init #replaced this line with below
RUN if [ -d "BoostingMonocularDepth" ]; then echo "Submodule exists"; else echo "Submodule not found" && exit 1; fi
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 RUN pip3 install -r ./code/python/requirements.txt
#-- build python cpp module #-- build python cpp module
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment