算法
文章平均质量分 59
qinweibig
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
用SPFA求解最短路径问题
#include #include #include #include #include #include #include #include #include using namespace std; #define INF 100000000 #define maxn 100010 struct edge{//对此算法统计最短路径条数,和最大点权不太清楚 int原创 2017-07-11 09:26:11 · 402 阅读 · 0 评论 -
cv 产生anchor代码解读
import numpy as np def generate_anchors(scales, ratios, shape, feature_stride, anchor_stride): """ scales: 1D array of anchor sizes in pixels. Example: [32, 64, 128] ratios: 1D array o...原创 2019-05-15 12:55:10 · 430 阅读 · 1 评论
分享