-
related paper
|摘要|
|---|
|Semantic segmentation requires both rich spatial information and sizeable receptive field. However, modern approaches usually compromise spatial resolution to achieve re…
-
When I try to run run_latency_stages.py below error occurs. Could you please help me?
......
%657 : Float(1, 19, 64, 128) = onnx::Conv[dilations=[1, 1], group=1, kernel_shape=[1, 1], pads=[0, 0, 0…
-
BiSeNet$ python demo.py
Traceback (most recent call last):
File "demo.py", line 81, in
main(params)
File "demo.py", line 60, in main
model.module.load_state_dict(torch.load(args.ch…
-
Thanks for your great project, it's really helpful.
I only have one GPU, when I try to run the `train.py` of the cityscapes.bisenet.R18, the following error occured:
> Traceback (most recent cal…
-
前辈您好,非常感谢您对这个优秀工作做出的贡献!
请问关于读入图像size = 352是怎么确定的?我如果想调大image_size的话,SAM2-UNet模型构建的地方需要做更改吗?
-
1.Have you trained your model on CItyscape dataset? When I change the dataset from Camvid to Cityscape, run the train.py, i get an error like this:
`epoch 0, lr 0.001000: 0%| …
-
When several faces in an image are close together, there's a chance a seam will result, even when feathering is set high. This may result only in my workflow as I've tried to separate out the gender …
-
how can i get the pretrained weights for biseNet, not for ResNet?
-
Hi. Do you guys think about adding new real time semantic segmentation models like BiSeNet & DDRNet? @qubvel
-
When I run train.py , I set the frontend is MobileNetV2, and download the mobilenet_v2.ckpt in models folder. But, the below code cannot read the weight from checkpoint.
init_fn = slim.assign_from_…