CSAILVision / semantic-segmentation-pytorch

Pytorch implementation for Semantic Segmentation/Scene Parsing on MIT ADE20K dataset
http://sceneparsing.csail.mit.edu/
BSD 3-Clause "New" or "Revised" License
4.95k stars 1.1k forks source link

Unable to extract ft from decoder c1 for HRNet #265

Open ShravanthiPatil opened 3 years ago

ShravanthiPatil commented 3 years ago

Hello, In the file models.py, L364, class C1(nn.Module), I am trying to extract ft. I modified by adding a line ft = x, after the L375. Is it the right away to extract ft? Kindly provide some feedback. Regards, Shravanthi