Zhou-sx / yolov5_Deepsort_rknn

Track vehicles and persons on rk3588 / rk3399pro.
290 stars 77 forks source link

boxes' results are wrong #22

Open avBuffer opened 10 months ago

avBuffer commented 10 months ago

Hey! I canceled bellowed remark codes and opened these model and video to run, but these results are wrong and these boxes' position aren't right. Please tell me if I should modify other codes or other files?

code: string YOLO_MODEL_PATH = PROJECT_DIR + "/model/best_nofocus_relu.rknn"; string SORT_MODEL_PATH = PROJECT_DIR + "/model/osnet_x0_25_market.rknn"; string VIDEO_PATH = PROJECT_DIR + "/data/DJI_0001_S_cut.mp4"; string VIDEO_SAVEPATH = PROJECT_DIR + "/data/results.mp4";

light-cat commented 1 week ago

me too, how do you solve it?