Hello!
I recently compiled a model into .hef using custom dataset, however I believe ive got the class names wrong. The use case for my project is to detect plants however, it names it as “person”. It may be a mistake from me during the complilation I don’t really remember
python basic_pipelines/detection.py -i rpi --hef /home/admin/best.hef --labels-json lab
els.json
Has it got something with the --labels-json parameter? I removed it and then saw no labels at all.
{
"detection_threshold":0.5,
"max_boxes":200,
"labels": [
"background",
"plants"
]
}
thx for your time