BLSeg icon indicating copy to clipboard operation
BLSeg copied to clipboard

PyTorch's Semantic Segmentation Toolbox

Results 2 BLSeg issues
Sort by recently updated
recently updated
newest added

Thanks for creating the repo. Can you please explain lines 60-64 of fcn.py? score_pool4 = score_pool4[:, :, 5:5 + score2.size(2), 5:5 + score2.size(3)] score16 = self.score16(score2 + score_pool4) x =...

Many thanks for your sharing of this project. However, I didn't find any scripts related to training or testing. So, could you notify how to train or test on a...