[Detector Support]: labelmap for Frigate+ yolonas model #14418
Replies: 1 comment 1 reply
-
this is wrong, the docs are saying the labelmap should be that when running that yolonas model specifically. You should not be configuring the labelmap when you use frigate+ as everything is configured for you in that case |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the problem you are having
I just generated my first model. I used yolonas with OpenVINO.
The docs https://docs.frigate.video/configuration/object_detectors/#yolo-nas say with such a model the label_map should be
labelmap_path: /labelmap/coco-80.txt
I don't know what a labelmap is or does and also not where I should get that
coco-80.txt
file from.I installed Frigate using NixOS which includes
coco_91cl_bkgr.txt
andlabelmap.txt
.What is the purpose of the labelmap and how should this be resolved?
Currently I have
coco_91cl_bkgr.txt
configured and I don't get an error.Are there any disadvantages of using not the labelmap as suggested in the docs?
Version
0.14.1
Frigate config file
docker-compose file or Docker CLI command
Installed using NixOS, there is no such file
Relevant Frigate log output
Install method
HassOS Addon
Object Detector
Coral
Screenshots of the Frigate UI's System metrics pages
Shouldn't be neccessary
Any other information that may be helpful
No response
Beta Was this translation helpful? Give feedback.
All reactions