zqfang / YOLOv3_CPP

YOLOv3 C++
16 stars 8 forks source link

你好 能否使用u 版的pytorch yolov3 训练的pt模型呢 #2

Open WANGCHAO1996 opened 3 years ago

zqfang commented 3 years ago

模型设置一样的话,应该没问题

WANGCHAO1996 commented 3 years ago

before running this project, you have to edit two file

-> edit the CMakeList.txt, set correct path to libtorch and OpenCV

-> edit the yolov3/main.cpp at line 27. Set correct image format.

你好,只修改YOLOV3_CPP下的CMakeList文件下的libtorch和Opencv路径吗