Glenn Jocher

Results 1442 comments of Glenn Jocher

@fewshotstudy hey there! 👋 It's great that you're keeping up with the latest advancements like SAM and considering their impact on your studies in segmentation. In the world of tech...

@fewshotstudy Absolutely! While the SAM model has certainly made waves in the academic community, it's essential to remember that innovation and significant contributions can come from a variety of approaches,...

It seems like you're encountering a `CalledProcessError` during the distributed training setup. This error usually indicates a problem with the subprocess that the training script tries to run, which may...

Hello! 😊 Thank you for reaching out and for your kind words. It looks like your training script encountered an issue because it couldn't find any available GPUs. This is...

@MosbehBarhoumi hello! YOLOv8 currently doesn't have built-in support specifically tailored for semi-supervised learning directly. Nonetheless, a common approach includes training your model initially with the labeled dataset to establish a...

Hi @MosbehBarhoumi! 👋 Thanks for your feedback! If you're looking for further efficiency, you might consider automating parts of the pseudo-labeling process using confidence thresholds to automatically accept high-confidence predictions....

Hey there! 👋 It looks like you're noticing slight differences in Precision (P) and Recall (R) between your training (via `train.py`) and validation (via `val.py`) processes, although mAP scores remain...

@AWilco hello! Thank you for reaching out and for your ongoing support of YOLOv5! It's fantastic to hear about your experiences and your move towards testing on newer hardware like...

Hello, Great to hear that you're seeing improvements with YOLOv8 on the Orin! If you need further assistance or have specific questions as you continue your work, feel free to...

Hello! Thank you for reaching out for help with your YOLOv8 model issue. Based on the code snippet you've shared, it looks like there's a slight mix-up in the model...