leok 发表于 2020-2-21 08:58
1.推理的时候,找到对应模型concat节点,用该节点作为输出,可以拿到min_x, miny_, max_x, max_y,可以按保 ...
Devin 发表于 2020-2-24 14:48
谢谢!我参考了https://github.com/Pinnh/NPU_CaffeSSD获取了center_x, center_y, w, h并保存下来,结果 ...
- pb=np.reshape(pb,(len(pb),1))
- with open("./priorbox_mobilenetssd.txt",'w') as f:
- f.write("")
- with open("./priorbox_mobilenetssd.txt",'a') as f:
- for line in pb:
- f.write("".join(map(str,line))+"\n")
复制代码
ylc123 发表于 2020-6-2 14:32
自己已使用这个github作者提供的方法在rknn官方vgg ssd和自己裁剪后的mobilenet ssd上运行成功。
...
loi666 发表于 2020-6-4 16:23
就是我也用的这个仓库的代码,根据他的实例,然后生成的priorbox为什么有负数存在呀,求解答呀 ...
ylc123 发表于 2020-6-8 11:52
官方的里面也有啊
你有测试效果吗
欢迎光临 Toybrick (https://t.rock-chips.com/) | Powered by Discuz! X3.3 |