Utilities for object detection
See original GitHub issueSome ready to use utilities that could be useful during an object detection application:
- Label Encoder to transform raw labels into targets for training
- Anchor Box generation
- Conversion of anchor box from
[xmin, ymin, xmax, ymax]
to[x, y, width, height]
and vice versa - Visualization of Anchor Box
- Anchor optimization for custom data set using MetaAnchor (citations 100) or KNN means
Not including other utilities like non max suppression
and generating bounding box
since they are available under tf.image
.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:14 (7 by maintainers)
Top Results From Across the Web
Exploring the Bounds of the Utility of Context for Object ... - arXiv
Abstract: The recurring context in which objects appear holds valuable information that can be employed to predict their existence.
Read more >Exploring the Bounds of the Utility of Context for Object ...
With this approach we explore the bounds on improvement by using contextual relations between objects and provide a tool for identifying the most...
Read more >Automatic detection of buried utilities and solid objects with ...
The task of locating buried utilities using ground penetrating radar is addressed, and a novel processing technique computationally suitable for on-site ...
Read more >awsaf49/bbox: Utilities for object detection - GitHub
Utilities for object detection. Contribute to awsaf49/bbox development by creating an account on GitHub.
Read more >Object detection in images - Plugin - Dataiku
This plugin provides recipes to detect the location and class of several objects in images using Deep Learning.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes but admin can convert also an issue to a discussion: https://docs.github.com/en/discussions/managing-discussions-for-your-community/moderating-discussions#converting-an-issue-to-a-discussion
Ah ok… with enough resources we could review also this. I suppose with that current PR/maintainer ratio it will be still not a problem. When this repo will have more popularity probably and PR are going to have lags in the review probably we could try to figure out some priorities.
In that case we could evaluate how much coverage we want to have to all the features related to anchor based models: Bridging the Gap Between Anchor-based and Anchor-free Detection via Adaptive Training Sample Selection(CVPR 2020 - citations >300)