Zhuofan Zong

Results 111 comments of Zhuofan Zong

The checkpoints trained with 2x schedule are not released.

MMDet支持tensorboard,在你的config里加一段: ``` log_config = dict( interval=50, hooks=[ dict(type='TextLoggerHook'), dict(type='TensorboardLoggerHook') ]) ```

实验的work_dir里会有tensorboard路径吗

The implementation in the original mmdet repo is developed by the mmdet team.

Most of my time is occupied by other projects, and I don't have much time to integrate this project into the latest mmdetection repository.

We follow the decoder design of Deformable-DETR. In Deformable-DETR, the correct decoder operation order is: self_attn -> cross_attn -> ffn. Specifically, self_attn is implemented by the MultiheadSelfAttention and cross_attn is...

Please follow the [tutorial](https://github.com/Sense-X/Co-DETR/blob/main/docs/en/2_new_data_model.md) to prepare your data format.

These mismatched weights are the classifier branches. This is normal for the fine-tuning setting and does not affect the performance.

It's not supported yet.

The `bitmap_to_polygon` [function](https://github.com/Sense-X/Co-DETR/blob/26653521e47157fdd819e764b4bb949057ea9f3b/mmdet/core/mask/structures.py#L1075) can help you convert the output bitmap mask to polygon mask.