shengyuhao / DIVOTrack

A Novel Dataset and Baseline Method for Cross-View Multi-Object Tracking in DIVerse Open Scenes (IJCV 2024)
Other
82 stars 14 forks source link

The size of figures in different views of train set is different. Is this normal? #22

Closed chen-si-jia closed 8 months ago

chen-si-jia commented 8 months ago

View 2 : image

View 1 and View 3: image

Hank0626 commented 8 months ago

Yes, the original image size is different for View2. You can resize it to match View1/View3.

Hank0626 commented 8 months ago

By the way, our code has resized View1 to 1920*1080 as well as the corresponding bounding box.

chen-si-jia commented 8 months ago

Thank you!