mikel-brostrom / boxmot

BoxMOT: pluggable SOTA tracking modules for segmentation, object detection and pose estimation models
GNU Affero General Public License v3.0
6.69k stars 1.71k forks source link

Can not run val.py on windows #627

Closed henriksod closed 1 year ago

henriksod commented 1 year ago

Search before asking

Yolov5_StrongSORT_OSNet Component

Other

Bug

Getting the following error

val: yolo_weights=weights/crowdhuman_yolov5m.pt, reid_weights=C:\Users\henri\Documents\ComputerVision\Yolov5_StrongSORT_OSNet\weights\osnet_x1_0_dukemtmcreid.pt, tracking_method=strong-ocsort, name=exp, project=runs\track, exist_ok=False, benchmark=MOT17, split=train, eval_existing=, conf_thres=0.45, imgsz=[1280], device=[''], processes_per_device=2
Eval repo already downloaded
data.zip downloaded sucessfully
curl: (6) Could not resolve host: 'https
Warning: Transient problem: timeout Will retry in 1 seconds. 3 retries left.
curl: (6) Could not resolve host: 'https
Warning: Transient problem: timeout Will retry in 2 seconds. 2 retries left.
curl: (6) Could not resolve host: 'https
Warning: Transient problem: timeout Will retry in 4 seconds. 1 retries left.
curl: (6) Could not resolve host: 'https

Parse error at "'+https:/'": Expected stringEnd
data.zip is corrupted. Try deleting the file and run the script again

Environment

-OS: Windows -Python: 3.8

Minimal Reproducible Example

No response

henriksod commented 1 year ago

628 fixes this

mikel-brostrom commented 1 year ago

Merged!