Leo
Leo
Same here. It seems this is introduced in commit c9b7928. Any ideas why these single quotes were introduced here?
Hi Tim, thanks for the work so far. I have to pass your offer, since I'm upgraded to Rails 4 recently and removed the gem.
You can downgrade to version 0.0.9, that should fix the bug. You can can safely stay at this version, since this gem is not maintained anymore. Alternatively, try a fork:...
If I understand correctly, you can get this done by simply keeping the same Workspace around. Just provide your model with new input and run inference. Even if images come...
Hi, these parameters are trained by the SpatialBN operator provided `bool train` is set to `true`, and should not require any intervention from your side.
Thanks for reporting. cvplot does not support multi-threading. It uses shared variables, like `shared_window` and `shared_figures_` in `window.cc` and `figure.cc`. Adding locking is not on the roadmap, but I gladly...
Hi Alex, It look like onnx is now part of caffe2. I agree, it would be a good addition to the project. Currently I'm not actively developing in caffe2, but...
Hi, I haven't tried running Detectron in C++. It seems most of the caffe2 detectron module is written in C++, but indeed the main Detectron repo is mostly Python. Loading...
Hi, thanks for reporting. What version of protobuf do you have installed? use `protoc --version`
Hi @rafaelmizrahi, thank you for opening an issue. I added `Figure::drawFile` in #27, which draws the figure on a Mat of given size and writes it as PNG. See `FigureTest`...