YuHengsss / YOLOV

This repo is an implementation of PyTorch version YOLOV Series
Apache License 2.0
309 stars 43 forks source link

why is REPPM so slow? #64

Open chenhao324 opened 11 months ago

chenhao324 commented 11 months ago

Why is it that when I use the reppm.py file to verify accuracy, the speed is very, very slow? When I first used it to verify accuracy, the speed was relatively normal, but now it suddenly becomes so slow. What is the reason

YuHengsss commented 11 months ago

It depends on your CPU performance, please check you CPU utilization.

chenhao324 commented 11 months ago

CPU utilization is not at maximum, but I noticed that the yolov_x.pkl file generated by using val_to_imdb is 3.6GB in size. Is this normal?

YuHengsss commented 11 months ago

Nope, you could try our weights to estimate correct file size.