i am trying to implement this tracker on the jetson nano and NX for a project im working on, usual opencv trackers dont work on GPU and i found this tracker to work on GPU, but when im trying to build the environment i have a lot of missing dependencies and im wondering if im even able to make this tracker work on jetson and if yes, how to do i deal with missing dependencies.
i am missing these dependencies(even though i've checked and i do have a few of them it just doesn't detect them for some reason):
Solving environment: failed
ResolvePackageNotFound:
- libstdcxx-ng==8.2.0=hdf63c60_1
- mkl_fft==1.0.12=py37ha843d7b_0
- six==1.12.0=py37_0
- blas==1.0=mkl
- mkl_random==1.0.2=py37hd81dba3_0
- numpy==1.16.4=py37h7e9f1db_0
- cudatoolkit==10.0.130=0
- pytorch==1.1.0=py3.7_cuda10.0.130_cudnn7.5.1_0
- zlib==1.2.11=h7b6447c_3
- pillow==6.0.0=py37h34e0f95_0
- ca-certificates==2019.1.23=0
- libpng==1.6.37=hbc83047_0
- libtiff==4.0.10=h2733197_2
- zstd==1.3.7=h0b5b093_0
- jpeg==9b=h024ee3a_2
- readline==7.0=h7b6447c_5
- cffi==1.12.3=py37h2e261b9_0
- torchvision==0.3.0=py37_cu10.0.130_1
- libedit==3.1.20181209=hc058e9b_0
- freetype==2.9.1=h8a8886c_1
- mkl==2019.4=243
- libgcc-ng==8.2.0=hdf63c60_1
- openssl==1.1.1c=h7b6447c_1
- ncurses==6.1=he6710b0_1
- libgfortran-ng==7.3.0=hdf63c60_0
- numpy-base==1.16.4=py37hde5b4d6_0
- sqlite==3.28.0=h7b6447c_0
- olefile==0.46=py37_0
- ninja==1.9.0=py37hfd86e86_0
- libffi==3.2.1=hd88cf55_4
- xz==5.2.4=h14c3975_4
- python==3.7.3=h0371630_0
- intel-openmp==2019.4=243
any help would be greatly appreciated
i am trying to implement this tracker on the jetson nano and NX for a project im working on, usual opencv trackers dont work on GPU and i found this tracker to work on GPU, but when im trying to build the environment i have a lot of missing dependencies and im wondering if im even able to make this tracker work on jetson and if yes, how to do i deal with missing dependencies.
i am missing these dependencies(even though i've checked and i do have a few of them it just doesn't detect them for some reason):
Solving environment: failed
ResolvePackageNotFound:
any help would be greatly appreciated