摘要: from __future__ import division, absolute_import, print_function import io import sys import os import re import itertools import warnings import weakref from operator import itemgetter, index as op... 阅读全文
posted @ 2018-10-15 10:28 aimhabo 阅读(1426) 评论(0) 推荐(0) 编辑
摘要: #define _CRT_SECURE_NO_WARNINGS#pragma once #include<iostream>#include<fstream>#include<vector>#include<string>#include<sstream>#include<io.h> //from 阅读全文
posted @ 2018-09-14 10:38 aimhabo 阅读(381) 评论(0) 推荐(0) 编辑
摘要: 下载pytorch: 度盘 https://pan.baidu.com/s/1dF6ayLr?errno=0&errmsg=Auth%20Login%20Sucess&&bduss=&ssnerror=0&traceid=#list/path=%2Fpytorch SyntaxError: Non- 阅读全文
posted @ 2018-08-13 19:56 aimhabo 阅读(144) 评论(0) 推荐(0) 编辑
摘要: #------------------------------------------------- # # Project created by QtCreator 2018-08-04T19:39:17 # #------------------------------------------------- QT += core gui greaterThan(QT_MAJO... 阅读全文
posted @ 2018-08-05 08:50 aimhabo 阅读(1636) 评论(0) 推荐(0) 编辑
摘要: 参考darknet自带的voc_label.py 阅读全文
posted @ 2018-04-26 10:08 aimhabo 阅读(3264) 评论(0) 推荐(0) 编辑
摘要: 原 https://github.com/vivianLL/baidupictures 阅读全文
posted @ 2018-04-23 16:20 aimhabo 阅读(287) 评论(0) 推荐(0) 编辑
摘要: 2018-04-20: https://github.com/pjreddie/darknet/issues/717 改了一下午,然后/usr/include/c++/4.8/bits/stl_relops.h:85:5: error: template with C linkage,可以说非常生气 阅读全文
posted @ 2018-04-20 08:58 aimhabo 阅读(659) 评论(0) 推荐(0) 编辑
摘要: tricks: http://lamda.nju.edu.cn/weixs/project/CNNTricks/CNNTricks.html 激活函数:https://blog.csdn.net/u012235274/article/details/51262194 qq: https://phpc 阅读全文
posted @ 2018-04-18 16:27 aimhabo 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 配置tensorflow部分参考:https://blog.csdn.net/XUTIAN1129/article/details/78997633 装完anaconda, source ~/.bashrc后, 可以直接 pip install tensorflow-gpu , 珍爱生命,远离baz 阅读全文
posted @ 2018-04-18 15:31 aimhabo 阅读(420) 评论(0) 推荐(0) 编辑
摘要: <!-- p, li { white-space: pre-wrap; } --> <!-- p, li { white-space: pre-wrap; } --> <!--StartFragment-->TEMPLATE = app CONFIG += console c++11 CONFIG 阅读全文
posted @ 2018-04-08 17:15 aimhabo 阅读(341) 评论(0) 推荐(0) 编辑