XinzeLee / PolygonObjectDetection

This repository is based on Ultralytics/yolov5, with adjustments to enable polygon prediction boxes.
352 stars 95 forks source link

May you tell me how to solve this problem? #47

Open Tristannnnnnnnn opened 10 months ago

Tristannnnnnnnn commented 10 months ago

Where is the problem? I have only changed my images & labels, the labels are polygons ( four point ), nothing else.

Error : Model = Model if not polygon else Polygon_Model UnboundLocalError: local variable 'Model' referenced before assignment


By the way, can I run this on Windows? Or it can only run on Ubuntu...

autismmmmm commented 10 months ago

Model = Model if not polygon else Polygon_Model the pre Model has the same name as the later Model