hnuzhy / BPJDet

Codes for my paper "Body-Part Joint Detection and Association via Extended Object Representation"
GNU General Public License v3.0
32 stars 5 forks source link

AttributeError: 'Upsample' object has no attribute 'recompute_scale_factor' #4

Closed sylyt62 closed 1 year ago

sylyt62 commented 1 year ago

Commands: python .\demos\video.py -p .\videos\test.mp4 --data .\data\JointBP_CrowdHuman_face.yaml --imgsz 1536 --weights .\weights\ch_face_m_1536_e150_best_mMR.pt --device 0 --start 0 --end -1 --thickness 2 --alpha 0.2 --save-size 540 --display

sylyt62 commented 1 year ago

Got solved https://github.com/ultralytics/yolov5/issues/6948