-
Notifications
You must be signed in to change notification settings - Fork 9.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Roboflow 100 Benchmark #10915
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RangeKing
reviewed
Sep 13, 2023
projects/RF100-Benchmark/configs/dino_r50_fpn_ms_8xb8_tweeter-profile.py
Show resolved
Hide resolved
projects/RF100-Benchmark/configs/faster-rcnn_r50_fpn_ms_8xb8_tweeter-profile.py
Show resolved
Hide resolved
projects/RF100-Benchmark/configs/tood_r50_fpn_ms_8xb8_tweeter-profile.py
Show resolved
Hide resolved
* final I * stop tracking ignore * final II * final III * final III rename * ignore * Delete .gitignore * ignore --------- Co-authored-by: Haian Huang(深度眸) <[email protected]>
|
* final I * stop tracking ignore * final II * final III * final III rename * ignore * Delete .gitignore * ignore * final V, format * add classes column * add column --------- Co-authored-by: Haian Huang(深度眸) <[email protected]>
* circuit element/soda modify * rm -1.0000
yumion
pushed a commit
to yumion/mmdetection
that referenced
this pull request
Jan 31, 2024
Co-authored-by: PhoenixZ810 <[email protected]>
yumion
pushed a commit
to yumion/mmdetection
that referenced
this pull request
Jan 31, 2024
Co-authored-by: PhoenixZ810 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Result
Abstract
The evaluation of object detection models is usually performed by optimizing a single metric, e.g. mAP, on a fixed set of datasets, e.g. Microsoft COCO and Pascal VOC. Due to image retrieval and annotation costs, these datasets consist largely of images found on the web and do not represent many real-life domains that are being modelled in practice, e.g. satellite, microscopic and gaming, making it difficult to assert the degree of generalization learned by the model. We introduce the Roboflow-100 (RF100) consisting of 100 datasets, 7 imagery domains, 224,714 images, and 805 class labels with over 11,170 labelling hours. We derived RF100 from over 90,000 public datasets, 60 million public images that are actively being assembled and labelled by computer vision practitioners in the open on the web application Roboflow Universe. By releasing RF100, we aim to provide a semantically diverse, multi-domain benchmark of datasets to help researchers test their model's generalizability with real-life data. RF100 download and benchmark replication are available on GitHub.