
算法
holomain
足够明亮,做够善良
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
修改darkent预测输出的标注框显示效果
使用darkent 训练模型后测试,标注效果不是很好看,随做了以下处理。修改之前,测试输出修改darkent 标注框的粗细以及label的粗细定位到代码文件darknet/src/image.c文件使用vim编辑该文件,修改文件中 的void draw_detections(image im, detection *dets, int num, float thresh, char *...原创 2019-03-14 17:13:32 · 2332 阅读 · 2 评论 -
Pandas Profiling EDA 的一大利器
项目地址:https://github.com/pandas-profiling/pandas-profiling安装方式:pip:pip install pandas-profilingpip install https://github.com/pandas-profiling/pandas-profiling/archive/master.zipconda:conda inst...原创 2019-08-19 14:29:30 · 1022 阅读 · 0 评论