上传者: 42155721
|
上传时间: 2021-11-15 22:20:12
|
文件大小: 1.88MB
|
文件类型: -
xyolo
xyolo是一个Python实现的、高度封装的YOLO v3类库。
借助xyolo,您可以只使用几行Python代码轻松完成yolo3目标检测任务的训练和调用。
xyolo is a highly encapsulated YOLO v3 library implemented in Python.
With xyolo, you can easily complete the training and calling of the yolo3 target detection task with just a few lines of Python code.
请注意:
我使用的Python是Anaconda的Python 3.7发行版本,在shell里面进行了初始化(python和pip默认指向当前激活环境,而不是默认的python2),所以文章中的python和pip请根