learnai2024-team3-project / slgame

結合美國手語字母與 Wordle 的小遊戲
https://swordle0.futuredevai.com
1 stars 1 forks source link

Don't merge main and gcp branches for the moment #6

Open qavit opened 3 weeks ago

qavit commented 3 weeks ago

Main (in our repos): recognizer.py, YOLO('./models/best.pt') GCP (in GCE VM): recognizer.py, YOLO('/home/aslwordle/slgame/models/best.pt')

qavit commented 3 weeks ago

Problem solved. Now we access the model path in a more elegant way. We can leave the gcp branch behind.