MCG-NJU / AdaMixer

[CVPR 2022 Oral] AdaMixer: A Fast-Converging Query-Based Object Detector
MIT License
236 stars 24 forks source link

Visualization about sampling points #8

Closed qiumeng6 closed 2 years ago

qiumeng6 commented 2 years ago

Thanks for your work! The visualization of sampling points for object is very cool. Are there any code about it in the project? +. .+ 0

sebgao commented 2 years ago

Dumping sampling points is already in the project: https://github.com/MCG-NJU/AdaMixer/blob/910f9900ce78236c53e03bfb9323b09d45a5da2c/mmdet/models/roi_heads/bbox_heads/adamixer_decoder_stage.py#L141

The code to visualize them is not available now. I will reorganize relevant codes and provide a jupyter notebook in a few days.

qiumeng6 commented 2 years ago

OK!! Thanks for your reply.

Dumping sampling points is already in the project:

https://github.com/MCG-NJU/AdaMixer/blob/910f9900ce78236c53e03bfb9323b09d45a5da2c/mmdet/models/roi_heads/bbox_heads/adamixer_decoder_stage.py#L141

The code to visualize them is not available now. I will reorganize relevant codes and provide a jupyter notebook in a few days.

OK!! Thanks for your reply.

sebgao commented 2 years ago

We have added the jupyter notebook https://github.com/MCG-NJU/AdaMixer/blob/main/visualize_sampling_points.ipynb