MTMT
MTMT copied to clipboard
Code for the CVPR 2020 paper "A Multi-task Mean Teacher for Semi-supervised Shadow Detection"
Hi! Could you provide your unlabeled data? Your unlabled data contains 3424 images, among which there are 979 images which are not available for us. Is it possible for you...
I can't find the file named infer.py
I can`t find networks.vnet、networks.vnet2d 、networks.FPN 、dataloaders.la_ heart、utils which were imported into train.py in your code package.Can you update your code package?
When I'm training model by using your train.py, There are many errors in your code. For example, In your codes, dataloaders.la_heart, VNet etc. are not in your Codes. So, Can...
找不到导入的
在trian.py中,from dataloaders.SBU import SBU, relabel_dataset。然后后面这个relabel_dataset没找到在哪。能发一下吗。非常感谢。
In your paper, the MT-CNN inculde the shadow count regression,and when computing consistency loss,sc is aslo included, however, in your model and train.py, I don't find the implementation of sc...
I am curious about that if your MT-CNN is a variant of U-Net.
I use the model you provide to test on your SBU test dataset, and I get the result “Test ber results: 3.75”, which is larger than the result "ber:3.15" in...