vseasky/yolo-for-k210

MODEL = yolo_mobilev1, DEPTHMUL = 0.5 cause inference issue!

Closed this issue · 0 comments

Guys, if you use yolo_mobilev1, DEPTHMUL = 0.5 instead of yolo_mobilev1, DEPTHMUL = 0.75, change this line of code:
https://github.com/SEASKY-Master/Yolo-for-k210/blob/bdf79c87e421cc7139d477bd7c362ff2d377359e/seasky_yolo/src/hello_world/main.c#L380
to:

plic_set_priority(IRQN_DVP_INTERRUPT, 2);

to avoid the jerking image issue.