Adrián Berenguer
Adrián Berenguer
Thanks @ClementPinard, I will look at that and try to solve it.
Hi @ClementPinard, I changed the `daemon.json` from `/etc/docker/` but now I came back with an error I had before: ``` => ERROR [14/21] RUN pip install spatial-correlation-sampler 8.3s ------ >...
Hi @ClementPinard, I finally solved it by adding these lines: ``` ENV PATH=${CUDA_HOME}/bin:${PATH} ENV LD_LIBRARY_PATH=${CUDA_HOME}/lib64:${LD_LIBRARY_PATH} ``` Thanks a lot for the help.
Hi @WongKinYiu @SkalskiP, is there any way to perform fine-tuning on the model using a custom dataset with different structure than the one used in the Colab(YOLO structure)? I want...
All right, thanks for the info!
No, I did not, I searched other options
Hi! Thanks for the fast response. My point is that I would like to run it without the UI, I have all the videos without annotation so I want to...
Ok, thank you very much for your help, I will try and do that.
Hi @yamy-cheng, I am so sorry to bother but I am having too many problems trying to build a `Dockerfile` to try and execute it on a server for being...