MsAAli
MsAAli
Hi! I cloned SiamMask from Github desktop, but was unable to export it from there. I moved to the right root repo from anaconda PowerShell and ran export SiamMask=$PWD It...
@MrAsimZahid Thanks for sharing https://colab.research.google.com/github/tugstugi/dl-colab-notebooks/blob/master/notebooks/SiamMask.ipynb but youtube-dl is deprecated now. I replaced !youtube-dl -f 'bestvideo[ext=mp4]' --output "youtube.%(ext)s" [https://www.youtube.com/watch?v={YOUTUBE_ID}](https://www.youtube.com/watch?v=%7BYOUTUBE_ID%7D) with this !pip install -q yt-dlp !yt-dlp -f 'bestvideo[ext=mp4]' --output "youtube.%(ext)s" [https://www.youtube.com/watch?v={YOUTUBE_ID}](https://www.youtube.com/watch?v=%7BYOUTUBE_ID%7D)...
@MrAsimZahid I am unable to run second last cell of notebook. It locates error at this line, state = siamese_track(state, frame, mask_enable=True, refine_enable=True, device=device) **and error message is given below.**...
> i got the same problem here, but i used conda instead and that solve my problem. Try this :: conda install pip :: its work for me. hope this...
@RizwanAliQau thanks, but it processes first frame, displays nothing and on second frame of all file folders, it displays this error Processing frame 00001 Processing frame 00002 Traceback (most recent...
Yes. Pls provide the link.
@AaryanMadal But I am running it through colab.
@jeet-Abhi123 Yes. I tried Deep SORT. had to finetune it. but it is working
link is not working. It was mentioned in at this page. https://github.com/timmeinhardt/trackformer/blob/main/docs/INSTALL.md **step 4.** Download and unpack pretrained TrackFormer model files in the models directory: wget https://vision.in.tum.de/webshare/u/meinhard/trackformer_models_v1.zip - not working...