MiaoDX
MiaoDX
Yeap, I have no clear idea for the difficulty for this addition, there should be lots of consideration and maybe tricks involved, **BUT** this will make this tool really attractive...
Hi, last month I did some tweaking to labelme and make it able to change existing labels with customizable properties in my intern, see [my fork of lableme](https://github.com/MiaoDX-fork-and-pruning/labelme_RefineLabel) (the doc...
@dtex Come from [Add enable pin for stepper #1225](https://github.com/rwaldron/johnny-five/pull/1225), and see [updates to stepper 2.0 proposal based on comments](https://github.com/firmata/protocol/pull/79), it seems that you(and many other people) have spend so much...
Hei, I have a similar project, do you have any advancement? @raminia @qiuwch And any suggestion for the stitching software, I know there are some ones stitch RGB images, can...
Update: I did not noticed this issue is so long ago, maybe not needed at all ... Hei, the `build` is what you got when you actually build caffe as...
@chengm15 Hi, stuck in the post-processing, will you open-source your implement? It seems like that it is not trivial to reproduce your impl even with the provided pipeline. And it...
Hi, This is tf/gcc/g++ version problem, see [tensorflow/issues/9137#issuecomment-294097780](https://github.com/tensorflow/tensorflow/issues/9137#issuecomment-294097780) for more discussion. At first my tf is 1.9.x, remove `-D_GLIBCXX_USE_CXX11_ABI=0 ` in the makefile this error is gone, however, `AttributeError: module...
@yangjiwei-source thanks, seems that the doc should be updated: ``` # ... to run all targets # --keep_going to continue after warning/error is reported bazel build //example/... --aspects clang_tidy/clang_tidy.bzl%clang_tidy_aspect --output_groups=report...
I had one rather "happy" night by looking at gtest and catch2 (I want one proper lib for clang-tidy integration): Now, gtest thinks clang-tidy is giving false positive: https://github.com/google/googletest/issues/2442 and...
> Hi, looking forward to this feature of 8(/16) bit support, any update?