ifzhang / ByteTrack

[ECCV 2022] ByteTrack: Multi-Object Tracking by Associating Every Detection Box
MIT License
4.69k stars 891 forks source link

UnboundLocalError: local variable 'vis_folder' referenced before assignment #269

Closed mtbagatur closed 2 years ago

mtbagatur commented 2 years ago

When I try to run demo_track.py, I received this error. "UnboundLocalError: local variable 'vis_folder' referenced before assignment"

To solve this:

The original is: "--save_result", action="store_true", help="whether to save the inference result of image/video"