Skip to content

alexjercan/normals-estimation

Repository files navigation

Normals estimation based on dual camera images.

Examples

0000.png 0001.png 0002.png
alt text alt text alt text
alt text alt text alt text

Results

Epoch: 39, loss=(total:0.7971 l1:0.3615599572658539 1-cos:0.4355396628379822)
MSE=2.0624 RMSE=1.4332 MAE=1.3626 MME=1.5578
TANGLE11.25=0.0259 TANGLE22.5=0.0725 TANGLE30.0=0.1048

Trained on bdataset_stereo for 40 epochs using Adam.

Train Configuration

LEARNING_RATE: 0.0001
BETAS: [.9, .999]
EPS: 0.00000001
WEIGHT_DECAY: 0.0001

MILESTONES: [10, 20, 30]
GAMMA: .2

NUM_EPOCHS: 40

Google Colab notebook: Open In Colab

References