breknddone
breknddone
How do I deploy my depth estimation model into Jetson? Can you provide a tutorial? Is it possible to use tvm?
RT
Is this model pre-trained with ImageNet?Is the purpose of first training using the daytime data set just to get the pre-trained weights for night training?Thanks!
It is a bit unclear in the description of the data set. Can all required datasets be downloaded at [this link](https://drive.google.com/drive/folders/1n2WsaGtB-tRiPyee-vAYF6Cd7EZr4RGe)?
## ❓ Question I follow this [tutorial](https://pytorch.org/TensorRT/getting_started/installation.html) to install Torch-TensorRT, but in the last step: ``` cuda_version=$(nvcc --version | grep Cuda | grep release | cut -d ',' -f 2...
## ❓ Question I follow this [tutorial](https://pytorch.org/TensorRT/getting_started/installation.html) to install Torch-TensorRT, but in the last step: ``` # build and install torch_tensorrt wheel file python setup.py --use-cxx11-abi install --user ``` some...