FilippoAleotti / mobilePydnet

Pydnet on mobile devices
Apache License 2.0
253 stars 40 forks source link

About training #6

Closed cswwp closed 4 years ago

cswwp commented 4 years ago

image Figure1

Hi @FilippoAleotti, really thanks for sharing. I have some questions about training 1 As your readme shows that you train on martport with supervision, as far as i know, the martport3D dataset has up, left, right view image as figure1 shows, all of these in your train set?

2 Do you mind share your training code with supervision?

FilippoAleotti commented 4 years ago

Hi, 1) Matterport dataset is RGB-D, so it contains also depth information. I haven’t downloaded it recently, but I think it should still be available in the official website. Let me know if you have problems with it 2) This repository was designed to contain just the mobile applications. You can find the code for train the network in the original repository (using BerHu loss instead of the self-supervised one). Again, let me know in case of problems