SparseR-CNN icon indicating copy to clipboard operation
SparseR-CNN copied to clipboard

[CVPR2021, PAMI2023] End-to-End Object Detection with Learnable Proposal

Results 39 SparseR-CNN issues
Sort by recently updated
recently updated
newest added

Can't train on CrowdHuman dataset? Is CrowdHuman still not available on detectron 2 ...? ![image](https://user-images.githubusercontent.com/6129944/175906092-3bd8d34e-6e4a-48f2-be15-00aca4658e73.png)

Thanks for your code. Can you provide the code of Grid and Random initialization method? For example, the specific mean and std paramter of the Gaussian distribution. Thank you very...

When I use my own dataset(only 1 class) to evaluation, I got the following error. I'd appreciate it if you could guide me. Traceback (most recent call last): File "G:/SparseR-CNN-main/projects/SparseRCNN/train_net.py",...

[01/28 02:49:28 d2.data.datasets.coco]: Loading datasets/coco/annotations/instances_train2017.json takes 4.76 seconds. Traceback (most recent call last): File "projects/SparseRCNN/train_net.py", line 159, in args=(args,), File "/home/wyw/SparseR-CNN/detectron2/engine/launch.py", line 62, in launch main_func(*args) File "projects/SparseRCNN/train_net.py", line 145,...

question

Thanks for your code. When I training this code with two GPUs (Tesla P4), changing image_per_batch 4 by running: python projects/SparseRCNN/train_net.py \ --config-file project/SparseRCNN/configs/sparsercnn.res50.100pro.3x.yaml \ --num-gpus 2 SOLVER.IMS_PER_BATCH 4 **when...

refactoring code with var unpack which is more pythonic, concise, readable and efficient; how do think this change which has practical value? Thanks for your contribution! If you're sending a...

我把从coco数据集换成了自己的数据集,但是出现了错误,我应该修改你的代码中的哪几个部分的代码。 Traceback (most recent call last): File "projects/SparseRCNN/train_net.py", line 159, in args=(args,), File "/home/libing/anaconda3/envs/detectron2/lib/python3.7/site-packages/detectron2/engine/launch.py", line 62, in launch main_func(*args) File "projects/SparseRCNN/train_net.py", line 145, in main trainer = Trainer(cfg) File "/home/libing/anaconda3/envs/detectron2/lib/python3.7/site-packages/detectron2/engine/defaults.py",...

Thanks for your great work!! When I applied AMP training on detectron2, I found some issues with boxes in the training. ## Changed The difference from the original code is...

I want to use a custom dataset other than the coco dataset. How do I change the path?