FreeBird
FreeBird
I meet the same problem!
> Put the right formatted annotation file in the right place, then this should not happen. lol 1/The right formatted annotation files are in the right place; 2/Training, operation is...
> > Same question! > > At first I got a stupid mistake,and now my problem solved. > For me, I got my datasheet in wrong format. Plz check your...
Makefile编译既简单又简单
找不着就对了,大兄得。你从训练到模型转换按下面这套参数搞,问题不大。 ` rknn.config(reorder_channel='0 1 2', mean_values=[[0, 0, 0]], std_values=[[255, 255, 255]], target_platform = ["rv1109"])`
训练时什么通道顺序,推断时就什么通道顺序,保持一致即可。
> :rknn_yolov3 Bind NPU process(0) to CPU 4 [ 1] HAL user version 6.4.3.5.293908 [ 2] HAL kernel version 6.4.3.5.293908 Segmentation fault sorry
修改src/里两个文件就可以了,注意自己训练的yolov3模型的参数匹配和2rknn转换细节处理。