Zhou-sx / yolov5_Deepsort_rknn

Track vehicles and persons on rk3588 / rk3399pro.
340 stars 83 forks source link

boxes' results are wrong #22

Open avBuffer opened 1 year ago

avBuffer commented 1 year 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 4 months ago

me too, how do you solve it?