detrex icon indicating copy to clipboard operation
detrex copied to clipboard

Roadmap of detrex

Open rentainhe opened this issue 1 year ago • 8 comments

We keep this issue open to collect feature requests from users and hear your voice.

You can either:

  • Suggest a new feature by leaving a comment.
  • Vote for a feature request with 👍. (Remember that developers are sometimes busy and cannot respond to all feature requests, so vote for your most favorable one!)
  • Tell us that you would like to help implement new features or review the PRs. (This is the greatest thing to hear about!)

v0.2.1

  • [x] MaskDINO. (Pre-release in https://github.com/IDEA-Research/detrex/pull/154)
  • [x] Support SwinV2 backbone (https://github.com/IDEA-Research/detrex/pull/152)
  • [x] Add a basic usage notebook for inference on custom images. ( https://github.com/IDEA-Research/detrex/pull/119 )
  • [x] ViT backbone (https://github.com/IDEA-Research/detrex/pull/138)

Collection

  • [ ] DQ-DET: https://arxiv.org/pdf/2307.12239.pdf
  • [ ] RT-DETR
  • [ ] Co-DETR
  • [ ] Better data augmentation code format: https://github.com/IDEA-Research/detrex/pull/204
  • [ ] Support wandb to log training informations and visualize sampled results
  • [ ] TensorRT for fast inference
  • [ ] ONNX for DETR models
  • [ ] Docker or python package for detrex (High Priority)
  • [ ] Object365 Dataloader
  • [ ] Semantic Seg/Instance Seg/Key points tasks

rentainhe avatar Oct 03 '22 10:10 rentainhe

Wandb to log training process and visualize the sampled results.

caopulan avatar Oct 03 '22 10:10 caopulan

support tensorRT for fast inference

ray-lee-94 avatar Oct 09 '22 02:10 ray-lee-94

mask-DINO

wangxuewen99 avatar Oct 21 '22 12:10 wangxuewen99

Objects365 dataloader.

simonJJJ avatar Nov 05 '22 16:11 simonJJJ

support multiple downstream tasks like keypoint detection or segmention and so on

Hezhexi2002 avatar Nov 05 '22 16:11 Hezhexi2002