appliedinnovation / fast-depth

ICRA 2019 "FastDepth: Fast Monocular Depth Estimation on Embedded Systems"
MIT License
0 stars 0 forks source link

Create Dockerfile for training and evaluation #6

Closed alexbarnett12 closed 3 years ago

alexbarnett12 commented 3 years ago

I already have an almost complete Docker image in my Docker hub, but for convenience it would be nice to have a Dockerfile. In addition, my image is currently missing comet ml and a libgl fix:

python3 -m pip install comet_ml
apt install libgl1-mesa-glx