Robin Cole
Robin Cole
Found a relevant paper, alongside a dataset for eval - https://arxiv.org/abs/2404.03507 - https://github.com/hoiliu-0801/DQ-DETR
HI @soumik12345 I didn't try it, but I think it's clearly not an iou issue, unless I am missing something
Suggest looking at https://github.com/whitphx/streamlit-webrtc Let me know how you get on
Updated to handle nested segmentation: ```python def coco_segm_annotation_to_normalized_vertices(coco_ann, *, img_width, img_height): """ Convert a COCO segmentation annotation to normalized vertices. Handles segmentation data that is a list of list of...
Kornia 0.7.4. is out :-)
@adamjstewart is testing or removing plotting in scope of this PR? Seems a shame to remove it, but also not sure how you would even test plotting
Hmm the copilot screwed up this branch, easier to create a new PR when I have time to work on it properly
In my own approach I've switched to logging artefacts in the test step and using a global counter for the number - I've found this gives me better control. Last...
@tfischer4765 please create a pull request, thanks
LGTM. Can you update the readme to begin: `This custom integration provides a service for interacting with S3, including uploading files to a bucket or copying them within and between...