darknet.CG icon indicating copy to clipboard operation
darknet.CG copied to clipboard

Results 6 darknet.CG issues
Sort by recently updated
recently updated
newest added

Dear Author, I am wondering that how channel pruning can be done without sparsity training. with just command, pruning is done on this code. I cannot find any hints about...

我之前每次安装gpu-opencv的darknet都痛不欲生,直到遇到了一个docker版的darknet。。。

I want to prune the gaussian yolo,what I should modified in the AlexeyAB/darknet to support prunning?

Hello, I am facing the following error when I run sh build.sh [ 96%] Building CUDA object CMakeFiles/dark.dir/src/im2col_kernels.cu.o /mnt/darknet.CG/src/im2col_kernels.cu:125:18: warning: "/*" within comment [-Wcomment] //*data_col_ptr = (h >= 0 &&...

Hello, I build your darknet by build.sh successfully. Then I use 'darknet prune' command to prune my yolo3-spp. But I always failed when calculating pruning to layer 76. Do I...

When i compiled at Windows using Visual Studio 2017, C4703 error was occurred. So, I modified prune.cpp as below. ``` diff --git a/src/prune.cpp b/src/prune.cpp index 6ccf919..1efcff0 100644 --- a/src/prune.cpp +++...