CenterNet2 icon indicating copy to clipboard operation
CenterNet2 copied to clipboard

Two-stage CenterNet

Results 60 CenterNet2 issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/76525230/166616835-95e0e274-6730-4b06-a951-e641f68d1bdb.png)

documentation

python demo.py --video-input /workspace/xdy/CenterNet2-master/output/video/2021111616185900.mp4 [12/09 01:25:50 detectron2]: Arguments: Namespace(config_file='/workspace/xdy/CenterNet2-master/projects/CenterNet2/configs/CenterNet2_DLA-BiFPN-P5_640_16x_ST.yaml', webcam=False, video_input='/workspace/xdy/CenterNet2-master/output/video/2021111616185900.mp4', input=None, output='/workspace/xdy/CenterNet2-master/output/val/', confidence_threshold=0.3, opts=[]) WARNING [12/09 01:25:50 d2.config.compat]: Config '/workspace/xdy/CenterNet2-master/projects/CenterNet2/configs/CenterNet2_DLA-BiFPN-P5_640_16x_ST.yaml' has no VERSION. Assuming it to be compatible with...

Hi, thanks for the great work and I'm a big fan of centernet. I'm new to detectron and I found that they support rotated anchor box and region proposal. The...

enhancement

/home/appuser/anaconda3/envs/centernet2/lib/python3.8/site-packages/torch/functional.py:568: UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (Triggered internally at ../aten/src/ATen/native/TensorShape.cpp:2228.) return _VF.meshgrid(tensors, **kwargs) # type: ignore[attr-defined] Traceback (most recent call...

Since the model is trained to deplay on the application, is there any difference between detectron2 's default model export and centernet2 or centernet*

can you show me which part of the code implements this? (what you claimed in paper section 4-Detector design) the way i see it is that: you replace traditional 2...

documentation

## 📚 Documentation Issue This issue category is for problems about existing documentation, not for asking how-to questions. * Provide a link to an existing documentation/comment/tutorial: * How should the...

documentation

## 📚 Documentation i noticed the formula between (2) and (3) in your original paper: log(P_bg) = log(P(bg | O_k = 1)P(O_k = 1) + P(O_k = 0)) the assumption...

documentation

## 🚀 Feature A clear and concise description of the feature proposal. How about the FLOPs of Centernet2? vs YOLOX, which is better? ## Motivation & Examples Tell us why...

enhancement

Dear authors, Thank you for the great work and clean code. I am using the CenterNet2 default configuration (from Base-CenterNet2.yaml), however, when training, I observe that the memory reserved by...