LeonLok / Deep-SORT-YOLOv4

People detection and optional tracking with Tensorflow backend.
GNU General Public License v3.0
496 stars 170 forks source link

python convert.py is no fonctionning #20

Open ibrandiay opened 4 years ago

ibrandiay commented 4 years ago

mon problème moyen est cette erreur si j'exécute python convert.py. aide moi s'il te plait

Traceback (dernier appel le plus récent): Fichier "convert.py", ligne 172, dans yolo4_model = Yolo4 (score, iou, anchors_path, classes_path, model_path, weights_path) Fichier "convert.py", ligne 158, dans init self.load_yolo () Fichier "convert.py", ligne 128, dans load_yolo conv_weights = np.ndarray ( TypeError: le tampon est trop petit pour le tableau demandé

NeutrinoXY commented 4 years ago

See #21. It should fix your issue.

ibrandiay commented 4 years ago

Merci . Ça marche super bien .