NeighborhoodCoding

Results 48 comments of NeighborhoodCoding

Can you please share the full code on how to change the yolov5 code to yolov8 code?

If you’re trying to build Decord with GPU acceleration on Windows, using only the installation of FFmpeg won’t provide the headers or library files needed for CMake. The package typically...

I believe the custom model dose not work well in android, it is very nitch way to make custom model to run on real mobile device. But finetunning the sample...

did you import rotation packages? seems there is something wrong in the rotation API.

Do you have some reference to use with yolov8?

You can't do toSTR() in JAVA, can you? That feature is only supported in Python.

I finally made my pypy compatible in tensorflow. It works good but tf.conv layer is still not working yet in my pypy

出现此错误的原因是 CMake 无法找到 CUDA 工具包,即使 nvcc 与 nvidia-smi 可以正常运行,也不代表 CMake 已正确定位到 CUDA 的头文件和库 请尝试以下方法解决 export CUDA_HOME=/usr/local/cuda export PATH=$CUDA_HOME/bin:$PATH export LD_LIBRARY_PATH=$CUDA_HOME/lib64:$LD_LIBRARY_PATH