-
### Actual results
terminate called after throwing an instance of 'caffe2::EnforceNotMet'
what(): [enforce fail at context_gpu.h:170] . Encountered CUDA error: invalid device function Error…
-
I downloaded pre-trained GoogleNet from Caffe2 model zoo (init_net.pb and predict_net.pb), but somehow I can't load the pre-trained weights to training. Do I have to convert ".pb" to ".pkl" as for Res…
fw509 updated
6 years ago
-
I know that caffe has opportunity discarding layers, but i don't know how to make it on caffe2 in detectron
I need only bbox detection in my experiments, may be who know how to discard leyer which …
-
hello,
I am getting the bbox loss 0 at every iteration.
Here is the stats of one iteration:
json_stats: {"eta": "3 days, 6:51:17", "fl_fpn3": 0.000000, "fl_fpn4": 0.000000, "fl_fpn5": 0.000000, "…
-
![screenshot from 2018-04-03 14 39 16](https://user-images.githubusercontent.com/10460010/38233371-edb757ea-374c-11e8-81a8-8db6c8acb01f.png)
As shown in the table, for RPN, FPN inference time is fa…
-
I want to classify only human class
As a result of running infer_simply.py, i want to a image that contains only human class and human segmentation (does not contain other class)
How can i do th…
-
The model is a faster-rcnn-MobileNetV2-FPN model which contains many depthwise convolutions, what's more I modify the convolution in "detection head" of faster-rcnn to depthwise convolution. I'm using…
-
Thank you for releasing the codes. After installing caffe2 and this repo, I would like to run the testing as below
```
export CUDA_VISIBLE_DEVICES="0,1,2,3"
python launch.py \
--cfg configs/vid…
-
Hi,
got this error log when I tried to combine results for several (1000) repositories:
```console
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmen…
-
Traceback (most recent call last):
File "tools/infer_simple.py", line 42, in
import core.test_engine as infer_engine
File "/home/user523/zjs/detectron/lib/core/test_engine.py", line 36, in…