RyanCV

Results 6 issues of RyanCV

I run test.py, and got the following error > RuntimeError: cuda runtime error (46) : all CUDA-capable devices are busy or unavailable at /pytorch/torch/lib/THC/THCStream.cpp:40 could u tell me how to...

https://github.com/YonghaoHe/LFD-A-Light-and-Fast-Detector/blob/b1793c1a1571ff48ad15a61ab142e5df20d09ab3/lfd/data_pipeline/sampler/region_sampler.py#L52 The coco bbox format is: [x, y, w, h], then this line should be wrong.

I set the path of opencv in CMakeList.txt as following: ``` #find_package( OpenCV REQUIRED ) set(OpenCV_LIBS "/cluster/6.2/opencv/2.4.10/lib/") set(OpenCV_INCLUDE_DIRS "/cluster/6.2/opencv/2.4.10/include") set(OpenCV_VERSION "2.4.10") message("Open CV version is ${OpenCV_VERSION}") ``` After cmake ..,...

The network defined as follows: input size = 100, output size = 4 ``` layers.af{1} = []; layers.sz{1} = [input_size 1 1]; layers.typ{1} = defs.TYPES.INPUT; layers.af{end+1} = ReLU(defs, []); layers.sz{end+1}...

Hi, in figure 3: the output of global-context branch is fc8 with 2 neurons, but how can it be a binary map and downsampled to 64x64 and then flattened into...

I want to use the other proposals instead of RPN generated proposals, i. g. Selective search or MCG proposals. However, I am wondering would anyone give me some hint on...