SpineNet-Pytorch
SpineNet-Pytorch copied to clipboard
SpineNet - mmdetection (Pytorch) Implementation
In paper and official code, the Dropblock is used in protocol B. But I can't find in this repo, so whether the Dropblock is used?
subprocess.CalledProcessError: Command '['/home/payal/anaconda3/envs/spn/bin/python', '-u', 'tools/train.py', '--local_rank=1', './configs/sp.py', '--launcher', 'pytorch']' returned non-zero exit status 1. Any idea how to resolve this
`--------------------------------------------------------------------------- TypeError Traceback (most recent call last) in 9 # Build the detector 10 model = build_detector( ---> 11 cfg.model, train_cfg=cfg.train_cfg, test_cfg=cfg.test_cfg) 12 # Add an attribute for visualization convenience...