- Edited
Hello, I'm a newbie and I'm trying to convert the weight of yolov4tiny into .blob according to the luxonis instructions in Google Colab, but when converting to .pb I get the error No module named 'tensorflow.contrib', when I try to install the version that was tensorflow == 1.5, technically impossible. What to do in such a situation? Do you have a working converter for yolov4tiny?
P.s.
Initially I tried to run RGB & TinyYolo with spatial data from https://docs.luxonis.com/projects/api/en/latest/samples/SpatialDetection/spatial_tiny_yolo/#rgb-tinyyolo-with-spatial-data.