HKUST-Aerial-Robotics / MVDepthNet

This repository provides PyTorch implementation for 3DV 2018 paper "MVDepthNet: real-time multiview depth estimation neural network"
GNU General Public License v3.0
309 stars 72 forks source link

Training script #6

Closed 0xffee00 closed 5 years ago

0xffee00 commented 5 years ago

Hi, Thanks for the great paper and code. Do you plan on releasing a training script including the geometric augmentation?

Thanks

WANG-KX commented 5 years ago

Dear,

Thanks for your interest in the project. The training is very straightforward. Releasing the training code means the training/test data will be released too. However, it is not yet possible due to the large size of the data. Do you have any specific questions about the training? I think the paper includes the learning rate, batch size, iteration numbers, and loss definition.

Regards, Kaixuan

0xffee00 commented 5 years ago

Thanks for the reply. No specific questions yet. I have downloaded the training data, but I am somewhat new to neural networks so it might take some time to recreate the training procedure. I will post any questions that come up. Thanks.