-
everytime when i install caffe2, the below error occurs , someone can helpe me?
77%] Building CXX object caffe2/CMakeFiles/caffe2.dir/utils/threadpool/ThreadPool.cc.o
[ 77%] Building CXX object c…
-
Detectron uses Python operator of Caffe2 to generate proposals https://github.com/facebookresearch/Detectron/blob/master/lib/ops/generate_proposals.py.
Caffe2 already has an operator that supports…
-
[WinError 126] The specified module could not be found. Error loading "C:\DeepMosaics_V0.4.1_gpu\core\torch\lib\caffe2_detectron_ops_gpu.dll" or one of its dependencies.
Please press any key to exit.…
-
in tflite,when excute
`import tensorflow as tf
converter = tf.lite.TocoConverter.from_saved_model(saved_model_dir)
converter.post_training_quantize = True
tflite_quantized_model = converter.conver…
-
Hi,
I'm seeing the following error when loading official onnx models:
```
Traceback (most recent call last):
File "test_model_large_stepping.py", line 37, in test
cf_rep = c2.prepare(_mod…
-
I successfully install the latest caffe2, and detectron. Running "./tests/test_spatial_narrow_as_op.py
" works fun. However when I run the infer_simple example in GETTING_STARTED.md:
python2 tool…
-
Dear Xiaolonw,
Hi, this is an excellent job!
I am using UCF101 as training and testing data. After compiled and installed caffe2 with the new video module in caffe2_customized_ops folder, I can ru…
-
I am trying to train using detectron for custom model,
But Sometimes Error is occurred on training.
### Question
1.I use official docker. In container, I exec program, and that process use 4 GPUS…
-
When I run the https://github.com/facebookresearch/Detectron/, I meet the following error, I am not sure whether it is a caffe2 issue?
E0216 06:57:36.106158 4415 pybind_state.h:422] Exception enco…
-
issue:OSError: libcuda.so.1: cannot open shared object file: No such file or directory
root@3fe905bb1864:/detectron# python tools/infer_simple.py --cfg configs/12_2017_baselines/e2e_mask_rcnn_R…