Ju Hoon Park
Ju Hoon Park
the solution of @thptai would be the best๐๐ another way, you(@programmeddeath1 ) can modify the line 18 of `boxmot/appearance/backends/base_backend.py` from `self.cuda = torch.cuda.is_available() and self.device.type != "cpu"` to `self.cuda =...
@thptai maybe you could be a contributor for this project, if you modify the README with your solution and make a pull request!! like below way (e.g.) ``` import cv2...
@mikel-brostrom Sorry for late reply and very appreciate for your hard work๐โโ๏ธ In my case, I caught an error like below. ``` ... with open(ROOT / "pyproject.toml", "r") as file:...
@mikel-brostrom In my case, I install boxmot not `git clone https://github.com/mikel-brostrom/yolo_tracking.git` but `pip install -U boxmot`. so the poetry.lock and pyproject.toml which exist outside of 'boxmot' folder have left when...
I got same error while using HybridSORT. in my case, it works very well with 30 and 40. but if I increase max_age to 120, I got the same error...
now(GMT+9 | December 15th, 2023 13:00), the stable version of torchAudio is 2.1.2 and It also doesn't have keyword arguments that named '**max_iter**', '**torlerance_loss**', '**tolerance_change**', '**sgdargs**' in **torchaudio.transforms.InverseMelScale** either. ![InverseMelScale...
@Cryptospy It is due to the stable version of torchaudio has been updated to 2.1.2, InverseMelScale class in torchaudio 2.0.1 has the keyword argument named 'max_iter' but the version of...
@Cryptospy Happy to hear that๐๐ Hope you have a joyful weekend and happy new year๐๐
I'm currently encountering the same issue. May I ask if you were able to find a solution?
It seems I may have found a solution to this problem! #11807 Wish you have a peaceful day!