Timothy Kyle Chan

Results 9 issues of Timothy Kyle Chan

I'm using this Scaled YOLOv4 to train a customized model. I followed the command for test.py but all I got was P, R, mAP .5 and .95. In the readMe...

There are different scaling configurations, like YOLOv4 P5, P6, P7. How can I use that, and what are the criteria for using those specific configurations?

How do you add a confusion matrix to the ScaledYOLOv4 model.

How to get FPS?

I have a json file, and I followed the formatting but I got this error: ``` WARNING: Your kernel does not support swap limit capabilities or the cgroup is not...

What annotation format should I use when training Scaled YOLOv4? COCO doesn't seem to work and shows this error: ![image](https://user-images.githubusercontent.com/87596613/133457346-a5e49cbb-b68a-417d-965a-f3cba8e60138.png) I'm using Scaled YOLOv4 txt annotation format from Roboflow.

In our object detection model, there's 2 classes: Paper and Plastic. How can I show the average precision of paper and plastic separately and their mAP?

I got a JSON file. What should I do with it? I'm still not getting this, this is the results that I want to see. Just like what you mentioned...