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.78k stars 1.04k forks source link

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

Open powlook opened 4 months ago

powlook commented 4 months 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