RangiLyu / nanodet

NanoDet-Plusāš”Super fast and lightweight anchor-free object detection model. šŸ”„Only 980 KB(int8) / 1.8MB (fp16) and run 97FPS on cellphonešŸ”„
Apache License 2.0
5.63k stars 1.03k forks source link

Is the data normalized (to mean and std) before inferencing #570

Open powlook opened 2 weeks ago

powlook commented 2 weeks ago

Hi, I am looking at the code and find that the data for inferencing is not normalized before passing to inference. Am I missing out something or do we need to normalise the data as in most applications like in yolo etc