Vahagn Melkonyan

Results 5 issues of Vahagn Melkonyan

If conv is not trainable you must check and not update "W". https://github.com/ddbourgin/numpy-ml/blob/4f37707c6c7c390645dec5a503c12a48e624b249/numpy_ml/neural_nets/layers/layers.py#L2488

I'm trying to run the tracker with a webcam or in a video but it gives this error: `ImportError: /home/user/.cache/torch_extensions/py39_cu113/_prroi_pooling/_prroi_pooling.so: cannot open shared object file: No such file or directory`...

From tracking-ve to ve-tracking

Hi everyone. I just want to ask if is there any C++ implementation for the HCAT tracker. I tested it with onnx on _Jetson Nano_ and _Jetson Xavier_. _Xavier_ is...

https://github.com/vision4robotics/SiamAPN/blob/e1bbfcc81377de04fe0bfa11ab694f8a0d9f5380/SiamAPN/tools/demo_apn.py#L71 Here must be `tracker = SiamAPNTracker(model)` instead of `tracker = SiamAPNTracker(model, cfg.TRACK)`.