Skip to content

Commit

Permalink
fuck
Browse files Browse the repository at this point in the history
  • Loading branch information
Yihui-He committed May 23, 2016
0 parents commit 4443221
Show file tree
Hide file tree
Showing 2,047 changed files with 1,685,033 additions and 0 deletions.
Binary file added .README.md.swp
Binary file not shown.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*.jpg
images/*
train/results/*
data_batch
train/model_trained/*
1,259 changes: 1,259 additions & 0 deletions .ipynb_checkpoints/tryhere-checkpoint.ipynb

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# learning-depth-from-single-image-using-neural-network

### steps
1. train a mapping map RGB to depth
2. convert cifar10 to images
3. convert RGBD to cifar10 format
4. train neural network on RGBD dataset

### datasets
[all dataset descriptions](http://www0.cs.ucl.ac.uk/staff/M.Firman/RGBDdatasets/)
[a good one](http://redwood-data.org/3dscan/index.html)

### download
[https://bitbucket.org/fayao/dcnf-fcsp](https://bitbucket.org/fayao/dcnf-fcsp)
[RGBD CIFAR10](https://onedrive.live.com/redir?resid=7F24FFE1ABBBD55E!15277&authkey=!AAeUFJB70rlFZbA&ithint=file%2c)
Loading

0 comments on commit 4443221

Please sign in to comment.