shee-ah
shee-ah
Hi, I cannot understand why have you done these changes? Why the exp of w and h is not needed? - wh_pred = torch.exp(conv5_reshaped[:, :, :, 2:4]) + # wh_pred...
不可否认,现在rknn-toolkit2以及rknpu2组合,有很多问题,大多是在目标板子上运行时,出来结果和PC上不一致(有时甚至在同一个板子多次运行间不一致)。 希望可以提供必要的开源或者底层接口,这样可以调试bug,或者自己实现Op。 谢谢
after adding : ln -rsf ${UNPACKDIR}/rkbin ${UNPACKDIR}/../ there comes an error: | ln: failed to create symbolic link '/../rkbin': Permission denied
### drivers/media/platform/rockchip/cif/dev.h delcares: int rkcif_do_start_stream(struct rkcif_stream *stream, enum rkcif_stream_mode mode); void rkcif_do_stop_stream(struct rkcif_stream *stream, enum rkcif_stream_mode mode); ### while drivers/media/platform/rockchip/cif/capture.c defines: int rkcif_do_start_stream(struct rkcif_stream *stream, unsigned int mode) void rkcif_do_stop_stream(struct...