Detections to DetectionDataset accumulator #163
hardikdava
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
An idea is to create a data pool accumulator which collects the results from models
image
,image-path
, andsv.Detections
Pseudocode:
source
i.e.source
can be anything from stored images, camera stream, etc.Inference
and convert the inference output tosv.Detections
Detection
class information toDataset
pool.Dataset
using supported formatyolo
,coco
,pascal-voc
Proposed usage
Note: This idea is not limited to only
DetectionDataset
but can be applied to other type ofDataset.
Beta Was this translation helpful? Give feedback.
All reactions