GithubHelp home page GithubHelp logo

chldydgh4687 / 09_2021-2.cv_monoculardepthestimation2recon Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 10.08 MB

09_2021-2.ComputerVision_MonocularDepthEstimationRecon_pytorch

License: Other

Python 100.00%

09_2021-2.cv_monoculardepthestimation2recon's Introduction

09_2021-2.CV_MonocularDepthEstimation2Recon

Training

  1. Start Nvidia-docker : https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html#docker
  2. Checking CUDA, pytorch, python version in paper. (cuda9.1, pytorch 0.4 or 1.0.0 )
  3. Finding images in dockerHub : https://hub.docker.com/r/iraadit/cuda9.1-cudnn7-opencv-fn
  4. pull(Download) images into OS.
docker pull iraadit/cuda9.1-cudnn7-opencv-fn:latest
docker images

56856856

  1. Create Container
#보통의 경우
$docker run --name $컨테이너이름 -it (images_id)
#gpu버전의 경우(nvidia-docker)
$docker run --gpus all --name $컨테이너이름 -it (images_id) bash
# Display all of containers
$docker ps -a
  1. anacodna3, pytorch 1.0.0 install
  2. Following Gudieline (https://github.com/big-chan/Sejong_computervision_termproject_monodepth)
wget -i splits/kitti_archives_to_download.txt -P kitti_data/
cd kitti_data
unzip "*.zip"
cd ..
CUDA_VISIBLE_DEVICES=0 python train.py --model_name tested --png --log_dir tested_log

Training Monitoring

training


EvalAI LeaderBoard

12345


How to do learning in this task?

745745

Loss

5547 568568

Performance to be enable to learn

  • DepthEstimation Task
  • Using Docker
  • Syntehsized view Task using DeepLearning.
  • Various loss

InClass : https://github.com/sejongresearch/ComputerVision
EvalAIStarters : https://github.com/sejong-rcv/EvalAI-Starters

09_2021-2.cv_monoculardepthestimation2recon's People

Contributors

chldydgh4687 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.