-
### Issue summary
[----------] 12 tests from NesterovSolverTest/0, where TypeParam = caffe::CPUDevice
[ RUN ] NesterovSolverTest/0.TestNesterovLeastSquaresUpdateWithWeightDecayMultiIter
F0105 …
-
Platform (like ubuntu 16.04/win10):ubuntu 16.04
Python version:2.7
Source framework with version (like Tensorflow 1.4.1 with GPU): tensorflow
Destination framework with version (like CNTK 2.3…
-
Hello,
I am trying to train my network on some images and only reach a mAP value of around ~ 73%. Here are the details.
- 1 class, (1-15 objects per image,). Images are grayscale, although I did…
-
Hello,
I followed the steps provided in the readme. But the resulting weights and config file throw an error when trying to use them in an yolov3 implementation.
```
Traceback (most recent call …
-
The [Allan et al (2019) paper, "Hotspots of human impact on threatened terrestrial vertebrates"](https://journals.plos.org/plosbiology/article?id=10.1371/journal.pbio.3000158), looked at terrestrial s…
-
Hi,
When I run spp_demo from Matlab, I get the following error. Hope anyone can help to solve it.
p/s: I already installed and tested caffe successfully.
> > spp_demo
> > Computing candidate regions…
-
the layer is:
```
layers {
name: "data"
type: IMAGE_DATA
top: "data"
top: "label"
image_data_param {
#source: "/home/ubuntu/git/caffe-oxford102/train.txt"
source: "/home…
-
hi, when I download the code and just cd to the python-demo dir , run the 'python test_deconv.py ' command,, then it throw an error like blew:
```
I0527 20:22:11.013113 17197 layer_factory.hpp…
-
-
I realized that the pretrained network's architecture is a little bit shorter than one proposed in the paper. For instance, there are 4 C3 blocks before reaching to the SPP block in the paper, but in …