-
`Resize`
https://github.com/blue-oil/blueoil/blob/master/lmnet/lmnet/pre_processor.py#L278-L294
`ResizeWithMask`
https://github.com/blue-oil/blueoil/blob/master/lmnet/lmnet/pre_processor.py#L24…
-
I am confusing about it! You defined batchnorm, but in the forward function, you only use activation, can you explain this?
`
class BatchNorm2d(nn.BatchNorm2d):
#(conv => BN => ReLU) * 2
…
-
Thanks for this awesome repo!
Are there any ImageNet pretrained weights?
Thanks
-
Hello, I can't the way to download the pretrained model of resnet18 which is converted from gluon
-
-
Good day. Can only use face-parsing with CPU?
-
Please see the function that come from utils.py:
def one_hot_it_v11_dice(label, label_info):
semantic_map = []
void = np.zeros(label.shape[:2])
for index, info in enumerate(label_info):
co…
-
I start training with train.py.but the process is lengthy since there is only one GPU involved in the training process.SO how to start the multi-gpu training .I have 8 gpus in my computer..Thank you.
-
Hello,
I am the author of this paper BiSeNet.
First, thanks for your awesome practice. The tricks mentioned in the README file are our common tricks in the implementation of semantic segmentati…
-
**Describe the bug**
I have a model of segmentation, [Bisenet-V2](https://github.com/MaybeShewill-CV/bisenetv2-tensorflow/blob/master/bisenet_model/bisenet_v2.py).
Need to convert to FP16…