Rongtao-Xu / RepresentationLearning

Representation Learning and Representation Fusion for computer vision, semantic scene understanding, and robotics.
63 stars 11 forks source link

from where I could get "modeling.tunet" #7

Open alqurri77 opened 1 year ago

alqurri77 commented 1 year ago

Hi;

I'm missing the file "tunet" in "from modeling.tunet import tunet". which package/library have this file?

Thank you!

Rongtao-Xu commented 1 year ago

Hello, thank you for your interest in our work. tunet is not necessary for this project, we have removed it in the latest version.

alqurri77 commented 1 year ago

Thank you...but I notice there is a code that uses tunet. Is it Okay if I delete it?

 elif netG == 'canet':
        net = Comprehensive_Atten_Unet(input_nc)
    elif netG == 'tunet':
        net = tunet(input_nc)