Jagan Teki
Jagan Teki
@stuartarchibald yes I did. $ ls cache test $ NUMBA_CACHE_DIR=/root/cache $ echo $NUMBA_CACHE_DIR /root/cache $ python -c "from numba.caching import _UserProvidedCacheLocator; print(_UserPro videdCacheLocator(lambda x:x, 'string').get_cache_path())" root $ python -c "import...
$ cd /tmp/ $ ls messages $ mkdir cache1 $ NUMBA_CACHE_DIR=/tmp/cache1 $ python -c 'import os; [print(x) for x in os.environ.keys() if x.startswith("NU MBA")]' [ 36.215312] random: python: uninitialized urandom...
Yes, same result. $ whoami test $ mkdir /tmp/cache1 $ NUMBA_CACHE_DIR=/tmp/cache1 $ python -c 'import os; [print(x) for x in os.environ.keys() if x.startswith("NU MBA")]' $ export NUMBA_CACHE_DIR $ python -c...
Basically I'm using rootfs for embedded platform, so no distribution. I tried running the test with root and normal user, results are same not working.
@seibert I have buildroot rootfs running on arm64 dev board.
@Abdelhakar7 @migsdigs Please check [here](https://github.com/emptysoal/TensorRT-YOLOv8-ByteTrack/tree/e83089c46abc5de3115c0cbdabbf4c0a06b6e586/bytetrack) @slantingsun suggested in another [thread](https://github.com/Vertical-Beach/ByteTrack-cpp/issues/20)