I tried to load tensorflow model and the program crashed. I used Yolov5 and then converted model into pb format
Checking config file
Checking config file
Added detection class: 0 label-one
Added detection class: 1 label-two
terminate called after throwing an instance of 'std::out_of_range'
what(): vector::_M_range_check: __n (which is 18446744073709551615) >= this->size() (which is 0)
fish: “release/deeplabel” terminated by signal SIGABRT (Abort)

I tried to load tensorflow model and the program crashed. I used Yolov5 and then converted model into pb format