zanilzanzan / FuseNet_PyTorch

Joint scene classification and semantic segmentation with FuseNet
GNU General Public License v3.0
108 stars 34 forks source link

RGB fine tuning #26

Closed andreaceruti closed 2 years ago

andreaceruti commented 2 years ago

Hi! Do you think that is possible to fine tune the weights with only using an RGB dataset? I have an RGB-D dataset and a RGB dataset of grape bunches and I would like to train the net with both types of data.

hazirbas commented 2 years ago

You could feed zero-filled depth maps =D for RGB data.