BCNet icon indicating copy to clipboard operation
BCNet copied to clipboard

Deep Occlusion-Aware Instance Segmentation with Overlapping BiLayers [CVPR 2021]

Results 22 BCNet issues
Sort by recently updated
recently updated
newest added
trafficstars

When I run the instruction "python3 setup.py build develop", show the error which in block below. How can I solve this error? `running build running build_py running build_ext building 'detectron2._C'...

What is the maximum CUDA version supported by the code? My CUDA version is a bit high and cannot install the version mentioned in readme. Has anyone encountered this problem?...

The problem of the previous [issue](https://github.com/lkeab/BCNet/issues/124) has not been resolved. I took a look at the config and code of this repo, which also uses fcos, but it seems that...

I got message [12/15 18:44:57 detectron2]: Arguments: Namespace(confidence_threshold=0.5, config_file='configs/fcos/fcos_imprv_R_50_FPN.yaml', input=['test_img/'], opts=['MODEL.WEIGHTS', './pretrained_models/model_final_beta.pth'], output='result_img/', video_input=None, webcam=False) WARNING [12/15 18:44:57 d2.config.compat]: Config 'configs/fcos/fcos_imprv_R_50_FPN.yaml' has no VERSION. Assuming it to be compatible with...

hi, I followed the installation step, when I tried to run `all.bash`, the error occured: ` File "/usr/local/lib/python3.8/site-packages/pycocotools-2.0-py3.8-linux-x86_64.egg/pycocotools/coco.py", line 84, in __init__ dataset = json.load(open(annotation_file, 'r')) File "/usr/local/lib/python3.8/json/__init__.py", line 293,...

File "C:\Users\22417\AppData\Roaming\Python\Python310\site-packages\skimage\__init__.py", line 128, in from .util.dtype import ( ModuleNotFoundError: No module named 'skimage.util.dtype' why?

Hello author, I would like to use online data augmentation in BCNet now. I see that the image size can be randomly processed in the cfg file,So I want to...

I want to train BCNet using my customized dataset, which is made according to the instructions in the Mask2former project. However, I am encountering an error that says, ''AttributeError: Cannot...

I want to run the demo.py,but GETTING_STARTED.md cannot be viewed