-
非官方的YOLO Nano Pytorch实现: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