WIll-Xu35

Results 6 issues of WIll-Xu35

Hi all, As in the kitti dataset, there is a `tracklet_labels.xml` file that represent all the object detection result. If I only have object detection data and want to visualize...

Hi, I'm trying to train mobilefacenet-res model from this repo: [https://github.com/zuoqing1988/ZQCNN](https://github.com/zuoqing1988/ZQCNN). To be specific, the mobilefacenet-res4-8-16-4 model. The first stage softmax training went pretty well, lfw 0.99617, agedb 0.95517. But...

## Description When using official mxnet docker image on cloud server and without docker on a local server, the inference result is different. The input is exactly the same. ##...

Docker

Hi all, This is my original question: [https://github.com/deepinsight/insightface/issues/937](url) I also tried this repo to do the conversion. But the inference output is also problematic. The converted weights seems to be...

Hi all, I've trained my own ctdet_dla_34 model, with 10 objects to detect. The training was success and torch inference was fine. I followed the instruction in this repo to...