gautam678 / Pix2Depth

DEPRECATED: Depth Map Estimation from Monocular Images
GNU General Public License v3.0
354 stars 83 forks source link

Pretrain Model for CycleGAN #34

Closed akamob closed 2 years ago

akamob commented 2 years ago

Hi, Thank you for the great work.

I'm wondering if it is possible that you could share the pretrain model for CycleGAN with .pth format? Due to the limited computational power, I can only train the model on Colab (it only accepts .pth files).

Any help is much appreciated:)

maximus009 commented 2 years ago

Hi @akamob , we have shared the weights file to the models that we trained - please refer to the readme. Also, just FYI, we built this on Keras, not Pytorch.

Thanks! :)

akamob commented 2 years ago

Thank you for your reply:) I'll go ahead and have a try.