Glenn Jocher

Results 1398 comments of Glenn Jocher

@dk-teknologisk-mlnn hello! Thanks for reaching out with your question. 🌟 The handling of Oriented Bounding Boxes (OBB) in YOLOv8 can indeed look a bit complex at first glance because of...

@dk-teknologisk-mlnn hey there! Thanks for diving deep into the details and sharing your findings. πŸ•΅οΈ Regarding the resampling of points to 100 for Oriented Bounding Boxes (OBB), it was intended...

@dk-teknologisk-mlnn-mlnn That's fantastic to hear! πŸŽ‰ It sounds like the adjustments you've made, particularly with the resample = 5 and modifications to the augmentation strategy, are paying off. It's great...

@zhangsanliisi hey there! Thank you for reaching out and for your interest in contributing a PR! 😊 It sounds like you encountered a plotting error related to the type of...

@hareem-nisar thank you for bringing this to our attention! πŸ™ It seems like the discrepancy between the dimensions of the cropped image saved by YOLOv8 and the bounding box dimensions...

Hi @hareem-nisar, Thanks for sharing the detailed output! It looks like the discrepancy might be related to how the bounding box coordinates are being converted and used for cropping. The...

We need to do some cleanup here. Saving should only occur on save=True, but I see this is the default as the same arg controls checkpoint saving during training

@SkalskiP YOLOv5 hub models handle this with Detections objects that then have many methods like results.show(), results.print() etc. we’d like to do something similar here but just haven’t had time....