MehmetAygun / fusenet-pytorch

Other
80 stars 17 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.

Sorry if I am a bit redundant since I have opened the same issue in "Fusenet_Pytorch" repo

hazirbas commented 2 years ago

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

andreaceruti commented 2 years ago

Ok thank you @hazirbas I will try