-
./model
- block.py
- define the encoder(now only resnet50), mff, decoder and refinement block, which are modules of the model
- model.py
- define the model, utilizing the blocks in block.py
- resnet_module.py
- self-defined resnet for encoding blocks
- credit to https://github.com/JunjH/
- self-defined resnet for encoding blocks
- block.py
-
nyu2_train
- only part of the dataset, used to check whether the code is runnable
-
load_data.py
- load the data by making pairs of path, the output is a list of pair [x_tr_path, y_tr_path]
-
loss.py
- define the gradient computation and loss computation
-
utils.py
- currently, only loading and saving the params of model is defined
-
train.py
- define the training procedure
-
Notifications
You must be signed in to change notification settings - Fork 0
Res-Unet for Depth Estimation
License
xyjixyjixyji/DIP-proj-DepthEstimation
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Res-Unet for Depth Estimation
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published