-
I followed the instructions on Caffe2OnnxExport.ipynb
on Ubuntu16.04, ran the following command line:
`convert-caffe2-to-onnx /home/eran/Downloads/squeezenet_caffe2/predict_net.pb --caffe2-init-net …
-
Hi,
I'm trying to build pytorch v1.4.1 however the build process crashes with the following:
`[ 51%] Building CXX object caffe2/CMakeFiles/torch.dir/opt/onnxifi_op.cc.o
In file included from /roo…
-
Thank you for this caffe2 cpp tutorial.
I encountered following error when compiling this code (```make```).
```
/home/user/Desktop/caffe2_cpp_tutorial/src/caffe2/util/blob.cc: In member function ‘…
-
# MobileNets: Efficient Convolutional Neural Networks for Mobile Vision Applications #
- Author: Andrew G. Howard, Menglong Zhu, Bo Chen, Dmitry Kalenichenko, Weijun Wang, Tobias Weyand, Marco Andr…
-
mkdir -p build && cd build && cmake .. && make -j12
-- Caffe2: CUDA detected: 9.0
-- Caffe2: CUDA nvcc is: /usr/local/cuda/bin/nvcc
-- Caffe2: CUDA toolkit directory: /usr/local/cuda
-- Caffe2: He…
-
Hi,
Is it possible to export the model used in the demo.py to ONNX ?
I've tried with the official Python methods (export and dynamo_export) with no luck, and the detectron2 methods that rely on …
-
I generate pb with caffe2 python api, which is ok when test, but i can't load model in c++ caffe2, plz help me, my load code as follows
`namespace caffe2 {
void run() {
std::cout > results = p.…
cswwp updated
6 years ago
-
1. I clone new caffe2, compile a cpu version, and have:
libCaffe2_CPU.a libCAFFE2_NNPACK.a libCAFFE2_PTHREADPOOL.a libcpufeatures.a
2. create script.ar:
CREATE libcaffe2.a
ADDLIB libCAFFE2_NNP…
-
Hi @ZheC, a caffe2 implementation of your algorithm is released at: https://github.com/eddieyi/caffe2-pose-estimation .
Thank you.
-
Hello I can build apk.
While compiling the error is:
```
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':app:externalNativeBuildDebug'.
[...]
Caused by: org.gradle.int…