tricks: http://lamda.nju.edu.cn/weixs/project/CNNTricks/CNNTricks.html
激活函数:https://blog.csdn.net/u012235274/article/details/51262194
qq: https://phpcj.org/wineqq/
coco排名:http://cocodataset.org/#detection-leaderboard
训练YOLO:https://github.com/AlexeyAB/darknet#how-to-train-to-detect-your-custom-objects
yolo参数:https://blog.csdn.net/hrsstudy/article/details/65447947
windows cmd中获取文件夹下所有文件的完整路径:dir /s/a-d/o/b > files.list
ubuntu term 中...:find . -name "*.*" > files.list
查看已装包的版本号:pkg-config --list-all |grep [关键词]
比较不同文件: sudo apt install meld
github更新fork:https://www.cnblogs.com/zyumeng/p/3442263.html