Bram Wasti

Results 30 comments of Bram Wasti

good suggestion! I've a rough version [here](https://github.com/bwasti/caffe2/blob/pythonwheel/scripts/build_python_wheel.sh) for a python wheel but will need to test on a more devices.

@BrianOn99 the demo app is currently in a poor state as the build system is quite dated compared to the current version of caffe2. I believe the -O3 optimization flag...

@abjurato it might be best to put an Objective-C wrapper in a `caffe2/contrib/objc` folder. If enough wrappers exist it might make sense to create a `caffe2/wrappers/` folder, but for now...

Hey @Pavel-Akapian how are you running the network? There are a couple ways to do it but I am guessing you are using the predictor API? This requires the external_input[0]...

@jerryzh168 what do you mean by more flexible? One thing that might be nice is a TensorMap that takes string->Tensor for `inputs` so we can use blob names instead of...

would you mind pasting the output of the build error? The goal here is to use caffe2 as a prebuilt dependency. Try downloading caffe2 and running ./scripts/build_android.sh

it runs fine for 2-3 seconds and then crashes? would you be able to paste a copy of the logs? in android studio click on the `android monitor` tab at...

Ah, this seems like an issue with the camera2 API. Perhaps I am doing something wrong there. I will look into this. Does closing the app and reopening it (unattached...

This may be an issue related to the YUV decoding (and improper input being fed into the predictor) based on your particular device. Please pull down the latest version with...