YOLO-Nano:YOLO Nano的非官方pytorch实现

时间:2021-05-18 16:39:59
【文件属性】:
文件名称:YOLO-Nano:YOLO Nano的非官方pytorch实现
文件大小:41KB
文件格式:ZIP
更新时间:2021-05-18 16:39:59
computer-vision yolo object-detection pytorch-implementation yolo-nano 介绍 YOLO Nano:高度紧凑,您只需看一次卷积神经网络即可进行目标检测。 。 此基于 。 项目结构 root/ datasets/ coco/ images/ train/ val/ annotation/ instances_train2017.json 安装 git clone https://github.com/wangsssky/YOLO-Nano.git pip3 install -r requirements.txt 可可 要使用COCO数据集加载器,应通过以下命令安装pycocotools 。 pip install " git+https://github.com/philferriere/cocoapi.git#egg=pycocotools&subdirectory=Pyth
【文件预览】:
YOLO-Nano-master
----README.md(1KB)
----utils()
--------logger.py(523B)
--------opts.py(6KB)
--------stats.py(12KB)
----test.py(2KB)
----train.py(3KB)
----LICENSE(34KB)
----transforms()
--------get_transforms.py(1KB)
--------transforms.py(5KB)
--------bounding_box.py(8KB)
----datasets()
--------coco.names(624B)
----models()
--------yolo_nano.py(6KB)
--------basic_layers.py(10KB)
--------get_model.py(457B)
--------yolo_nano_onnx.py(6KB)
----main.py(4KB)
----requirements.txt(78B)
----detect.py(3KB)
----deploy()
--------run_onnx.py(5KB)
--------convert2onnx.py(1KB)
----data()
--------coco.py(5KB)
--------get_dataset.py(1KB)
----val.py(2KB)

网友评论