Jihyeon Yi

Results 4 issues of Jihyeon Yi

I've converted the voc data to coco format for segmentation task and tried to train OTE instance segmentation models with the data. ``` voc.export(out_path, "coco", save_images=True, reindex=True) ``` However, OTE...

I've tried to `get_bbox` of Mask with an image below. ``` Mask(image = [ [ 0, 0, 0, 0, 0 ], [ 0, 0, 1, 1, 1 ], [ 0,...

BUG

FDDB (http://vis-www.cs.umass.edu/fddb/) is a famous dataset for face detection. It uses an ellipse annotation. How about adding the ellipse annotation type and supporting this dataset? As I know, the ellipse...

ENHANCE
good first issue
data formats

### Summary Enabled support for 'Video' media type in the datumaro format to support annotations by video or video range. Note that the video has a closed interval of [start_frame,...