One more thing, I was checking the coco90 label and noticed they have got index 0 as “unlabeled”. Do I have to consider this in my labels.json? such as in adding “unlabeled” before “echinus”?
* Copyright (c) 2021-2022 Hailo Technologies Ltd. All rights reserved.
* Distributed under the LGPL license (https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt)
**/
#pragma once
#include <map>
namespace common
{
static std::map<uint8_t, std::string> coco_ninety_classes = {
{0, "unlabeled"},
{1, "person"},
{10, "traffic light"},
{11, "fire hydrant"},
{13, "stop sign"},
{14, "parking meter"},