Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
Update README.md by adding a project using maskrcnn-benchmark (#1163)
Browse files Browse the repository at this point in the history
Thanks for your excellent work! @fmassa 
Based on this repository, we research on the object detectors without sampling heuristics (e.g., Focal Loss, GHM, Undersampling).
The paper (https://arxiv.org/abs/1909.04868) and code (https://github.com/ChenJoya/sampling-free) have been released. Thank you again for maskrcnn-benchmark. It is a really simple, efficient, high performance object detection benchmark.
  • Loading branch information
chenjoya authored and fmassa committed Nov 20, 2019
1 parent c1321e2 commit 57eec25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -271,6 +271,9 @@ note = {Accessed: [Insert date here]}
- [MULAN: Multitask Universal Lesion Analysis Network for Joint Lesion Detection, Tagging, and Segmentation](https://arxiv.org/abs/1908.04373).
Ke Yan, Youbao Tang, Yifan Peng, Veit Sandfort, Mohammadhadi Bagheri, Zhiyong Lu, and Ronald M. Summers.
MICCAI 2019. [[code](https://github.com/rsummers11/CADLab/tree/master/MULAN_universal_lesion_analysis)]
- [Is Sampling Heuristics Necessary in Training Deep Object Detectors?](https://arxiv.org/abs/1909.04868)
Joya Chen, Dong Liu, Tong Xu, Shilong Zhang, Shiwei Wu, Bin Luo, Xuezheng Peng, Enhong Chen.
Tech report, arXiv,1909.04868. [[code](https://github.com/ChenJoya/sampling-free)]

## License

Expand Down

0 comments on commit 57eec25

Please sign in to comment.