YonghaoHe / LFD-A-Light-and-Fast-Detector

LFD is a big update upon LFFD. Generally, LFD is a multi-class object detector characterized by lightweight, low inference latency and superior precision. It is for real-world appilcations.
419 stars 82 forks source link

Release a CPU version with pytorch or TVM #50

Open dexception opened 2 years ago

dexception commented 2 years ago

I can see in the setup.py file that this is a pure cuda build release but it would be nice to have a cpu version of the code as well.

Thanks.

YonghaoHe commented 2 years ago

@dexception I am trying to merge LFD into mmdetection. After that, you may enjoy new deployment via mmdeploy.