Sanjay Ghanagiri
Sanjay Ghanagiri
`python3 export.py --weights runs/train/exp5/weights/last.pt --include tflite --img 416 --data custom-dataset.yaml` We can do this on yolov5 models. Is this possible on yolov7 ?
` img_data = self.load_example(idx) File "/home/sanjayghanagiri/copy-paste-aug/coco.py", line 54, in load_example img_id = self.ids[index] IndexError: list index out of range` I am facing issues with finding right dataset to test. I...
Am trying to convert the last_yolov5s_results.pt to tflite using the official Yolov5 suggested method to convert .pt weights to tflite https://github.com/ultralytics/yolov5/blob/master/export.py But I get the below error in fusing layers...
**Issue :** "cannot connect to X server" on ubuntu 16.04 **Summary:** Running default.py with custom image or directly trying the examples results in the above error. Ubuntu desktop with 16...