Akhil Pillai

Results 20 comments of Akhil Pillai

@glenn-jocher I see Sahi wrapper ( sliding window) on yolov5 being used by many , wanted to know if that impacts the yolov5 results in any way and if thats...

@glenn-jocher Thanks , so enabling Mosaic in hyperparameters adds objects of varying sizes ? Then i am curious to know what the "scale" does ? if there is any documentation...

Any workaround for this ? atleast using the metrics in prometheus ?

Hello @panagiotamoraiti Thanks for working on this PR , I agree this is a very important part missing in the current setup . Said that based on your changes i...

> Thanks for your interest! We experimentally support passing multiple source images with corresponding boxes for inferring in this branch https://github.com/THU-MIG/yoloe/tree/multi-source-predict-vp. Could you please try it? Thanks! Thank you for...

Not sure if i get it right , but do you mean i pass in like this ? model.predict([source_image_1,source_image_2, target_image], save=True, prompts=visuals, predictor=YOLOEVPSegPredictor) Since I have multiple images with different...

> The format is like this. > > * visuals are in the format of Dict[bboxes, cls] > * bboxes are in the format of List[List[Box]] > * cls(class) are...

> The format is like this. > > * visuals are in the format of Dict[bboxes, cls] > * bboxes are in the format of List[List[Box]] > * cls(class) are...