Skip to content

Commit

Permalink
backend integration + dynamic nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
Hasham268 committed Jun 12, 2024
1 parent cb3e130 commit c130d81
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flask/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
app = Flask(__name__)
CORS(app, origins=['*'])

model = YOLO('./model.pt')
model2 = YOLO('./yolov8n.pt')


def rotation(image):
model = load_model('orientation_model.h5')
Expand Down

0 comments on commit c130d81

Please sign in to comment.