23bulgogi / sonmari

수어 번역 프로그램입니다.
MIT License
17 stars 8 forks source link

FileNotFoundError : src/model #12

Open baejaeho18 opened 11 months ago

baejaeho18 commented 11 months ago

Move Sonmari/src files into 'darknet/build/darknet/x64' move src/* ../.. move src/cfg ../.. move src/model ../.. move src/data ../..

About the instructions above, how can I get src/model? When I run sonmari.py, there was an error since model directory doesn't exist. I'll copy the message below.

Try to load weights: ./model/yolov4-obj_96_best.weights Loading weights from ./model/yolov4-obj_96_best.weights...Couldn't open file: ./model/yolov4-obj_96_best.weights

Thanks for your service!!

baejaeho18 commented 11 months ago

I found in the last commit : https://github.com/23bulgogi/sonmari/blob/979face8993bc990dcb286523a8438b785fdbfca/src/model/yolov4-obj_96_best.weights But I wonder whether I can use this. Was there any problem to run sonmari using this weights?