zhenmafan7

Results 4 issues of zhenmafan7

Hi,thanks for you provide this project,and several questions make me confused: 1.while training,what is the GT images?The bounding-box annotation images?Or the mask annotation images?Or no GT images? 2.The input images...

while I trying to run the train.py, the followed error occured: Traceback (most recent call last): File "/home/wq/Code/DeepGrabCut/train.py", line 147, in loss = class_balanced_cross_entropy_loss(output, gts, size_average=True, batch_average=True) File "/home/wq/Code/DeepGrabCut/layers/loss.py", line...

Hi`~,thanks for sharing the code for this project ,but u said that only the problem of binary segmentation can be solved,where can I find binary segmentation dataset, I searched for...

hi,thanks for your code! In the code, there are some "unresolved reference",such as in train.py def select_network(args): if (args.model is not None) or (args.weights is not None): if os.path.exists(args.model) and...