Goutam Bhat
Goutam Bhat
That is strange. Are you able to use run_webcam script?
Hi, It's possible that there is some bug, since we usually use a square search region where the order (N, H, W) or (N, W, H) doesn't matter. I will...
Hi, The code should use multiple gpus with the modifications you made. Could you try printing `torch.cuda.device_count()` to check whether multiple gpus are indeed visible to PyTorch?
Hi, Instructions for installation PyTracking on Ubuntu systems is available at https://github.com/visionml/pytracking/blob/master/INSTALL.md. Unfortunately we haven't tested our code on RPi or any other edge devices, and thus cannot help much...
1. So `eco` and `lwl` do not use PrPool. Additionally the parameter setting `multiscale_no_iounet` in `atom` does not use PrPool. 2. I am not sure. I would suggest just trying...
Hi, Yes, that is true. Seems we haven't updated run_video script to support lwl. Thanks for notifying the problem. We will soon update the script.
Hi, That is strange. Could you post the code you are using to check the model weights?
Hi, Thanks for the appreciation! Which dataset do you want to integrate? Is it your own custom dataset, or do you want to use the distractor dataset used in our...
Hi, Unfortunately we haven't tested the code on jetson tx2. Thus I'm not sure whether the PrPool module can be compiled on jetson tx2 or not. You could try running...
Hi, As mentioned in issue #281, I would suggest to first try if you can install all the dependencies of PyTracking except the Precise ROI pooling package.