markusbr

Results 402 comments of markusbr

I needed to modify a few cells: remove version numbers: ``` # Clone the FairMOT repository, and instell the required libraries. !git clone https://github.com/ifzhang/FairMOT.git !pip install torch torchvision !pip install...

(I needed to apply some smaller modifications inside two Python files in FairMOT/src/lib/tracker/ due to numpy deprecated the type `np.float`; so wherever `np.float` was used in the sources I changed...

I'm getting this, finally: ``` INFO:root:Starting tracking... 2024-05-30 15:34:06 [INFO]: Starting tracking... Fix size testing. training chunk_sizes: [6, 6] The output will be saved to /content/FairMOT/src/lib/../../exp/mot/default heads {'hm': 1, 'wh':...

This Jupyter notebook (its used dependencies) need some updates to get it working again, now in the year 2024... it was created long time ago and with the dependencies outdated...

Looks like something went wrong cloning the repo "https://github.com/ifzhang/FairMOT/" in cell number 2: ``` # Clone the FairMOT repository, and instell the required libraries. !git clone https://github.com/ifzhang/FairMOT.git ``` The method...

You might try a more recent implementation... this notebook's dependencies need some updates... You might try something like this: * https://github.com/openvinotoolkit/openvino_notebooks/blob/latest/notebooks/person-tracking-webcam/README.md * https://github.com/openvinotoolkit/openvino_notebooks/blob/latest/notebooks/person-counting-webcam/README.md

> These steps with the changes mentioned previously (remove the version of torch and torchvision, comment the line #!gdown --fuzzy https://drive.google.com/file/d/1pl_-ael8wERdUREEnaIfqOV_VF2bEVRT/view and use a different repository and a different branch...

Haven't looked more closer into the underlying repos other than to get this notebook working again... You might want to have a look into multi-camera-tracker projects, like - https://docs.openvino.ai/2024/omz_demos_multi_camera_multi_target_tracking_demo_python.html -...

From the output shown earlier: > INFO:root:Starting tracking... > 2024-05-30 15:34:06 [INFO]: Starting tracking... > Fix size testing. > training chunk_sizes: [6, 6] > The output will be saved to...

Seems like "http://dl.yf.io/dla/models/imagenet/dla34-ba72cf86.pth" (even "http://dl.yf.io/") is not available (anymore?) (at the moment?). You don't have a "local" copy of the environment (e.g. in a local cache), everything online in Colab...