Yonghye Kwon

Results 60 comments of Yonghye Kwon
trafficstars

@RangeKing How about replacing "P" with "C" in the backbone? In the paper [Feature Pyramid Networks for Object Detection](https://arxiv.org/pdf/1612.03144.pdf) which introduced the concept of a feature pyramid network, `Cn` was...

@RangeKing Thanks! I missed it.

@ingjae Thanks! Can you upload an error message?

@ingjae I found a solution. All we need is qt6...

@ingjae @xrv0 @DenpaBorisu @sambo55 @rabdulatipoff @y9luiz @6630507 I released Ubuntu 22.04 version of it. https://github.com/developer0hye/Yolo_Label#for-ubuntu-2204 However, I just tried it on Ubuntu 22.04 of wsl2, so I didn't check it...

@thuangb @NimaAgm @e8035669 implemented a function for this issue! ![image](https://user-images.githubusercontent.com/35001605/211564676-651f1542-5639-4227-a421-82ad772ffbe3.png)

# results.csv ![image](https://github.com/ultralytics/ultralytics/assets/35001605/2cf07ea0-aad0-4b36-9388-dbd208182d28) # wandb ![image](https://github.com/ultralytics/ultralytics/assets/35001605/77c2b315-2c9e-4b67-9b2f-d38462b2c1e7) # tensorboard ![image](https://github.com/ultralytics/ultralytics/assets/35001605/cdcb2f07-5df6-4127-bbc4-e769e35b8f81)

@glenn-jocher Averaging metrics provides a simple overview of our model's performance, but this approach may omit details that are critical for in-depth analysis. I propose that we save both the...

This code has a bug related to plotting mean metrics for val loss on results.png. I am working on it.