SSPNet icon indicating copy to clipboard operation
SSPNet copied to clipboard

SSPNet: Scale Selection Pyramid Network for Tiny Person Detection from UAV Images.

Results 14 SSPNet issues
Sort by recently updated
recently updated
newest added

Thank you for your great work! I am not very familiar with the structure of mmdet, which file is the supervision loss of CAM?

Hi, I find in your implementation, even with Faster-RCNN-FPN, the result is higher than the previous baseline of about 10 mAP. Could you please share the configuration of how you...

try: from panopticapi.utils import rgb2id except ImportError: rgb2id = None It seems that the Panopticapi.utils module is not found, but it can be run. Will this affect the results?

Thanks for your codes! I met a problem when used SSPNet to train my own dataset, specifically, it will trigger a TypeError as follow: ![image](https://user-images.githubusercontent.com/26682253/203480958-a8c1ac4a-a42f-445c-ac7d-b0ae817a4b29.png) And i check the code,...

where is the code of dice loss?

@MingboHong Hi. I submit this issue to ask what is the configuration of RetinaNet_SPPNet reported in your paper. Would you mind sharing it?

Hello everyone! I have the mistake File "tools/train.py", line 189, in main() File "tools/train.py", line 133, in main logger = get_root_logger(log_file=log_file, log_level=cfg.log_level) File "/opt/conda/envs/ssp/lib/python3.7/site-packages/mmcv/utils/config.py", line 507, in __getattr__ return getattr(self._cfg_dict,...

The faster_rcnn_r50_sspnet_1x_coco can be trained correctly, but when I inference the trained model then encountered the error below. inference_detector(model, imagepath) python inference_img.py /home/ubuntu/mmdetection-2.19.0/mmdet/models/builder.py:53: UserWarning: train_cfg and test_cfg is deprecated, please...

@MingboHong Hello. What is the image_prefix used for training? There is no folder named 'images' that is used in configs/_base_/coco_detection.py. When I use 'tiny_set/train/', the iod_overlaps used in the sampler...