Leong
Leong
code error: > invalid index of a 0-dim tensor. Use tensor.item() to convert a 0-dim tensor to a Python number fix: replace `.data[0]` in **main.py** file function **train() and test()**...
https://github.com/FLyingLSJ/Computer_Vision_Project/tree/master/Object_Detection/yolo_demo/PyTorch-YOLOv3-master 有详细的记录文档,可以顺利跑自己的数据
[ZFNet论文地址](https://arxiv.org/pdf/1311.2901.pdf) 第四章经典网络ZFNet 图4.5与下面的说明不一致,这里应该对应的是原始论文的 Fig6 ,论文中有 (a)-(e) 五个图,然而在本文中只有 (a)-(d) 四张图。
请教一下大佬,这个数据集拆分成训练集和测试集有没有相关代码啊