7oud
7oud
I find 1.14 cxx lib in the repo, very helpful! And I want to build tf2 on Windows, Could you give some advice for building tf with bazel on Windows,...
I found AlphaPose is totally different from RMPE, it is faster and more accurate but without the key features of SSTN, Parallel SPPE and etc. AlphaPose is simpler and the...
I am doing some work with Intel RealSense camera, which sdk is built with easyloggingpp(elpp). And if I use the sdk with elpp at the same time, the program will...
@guikarist I wrote a very simple op `zero_out`, and compile it to zero_out.dll using bazel. It worked well when using python `tf.load_op_library('./zero_out.dll')`, Now I want to use this op(dll) in...
Whether the faster rcnn support cudnn on windows version? And if so which version of cudnn can be used?
I git clone this repo and compile mxnet. then it raise some error like this In file included from src/operator/roi_align_v1.cc:7:0: src/operator/./roi_align_v1-inl.h:12:27: fatal error: ../mshadow_op.h: 没有那个文件或目录 #include "../mshadow_op.h" ^ compilation terminated....
I wrote a custom op, and use gcc cmd to build it, it worked well. Then I try to rewirte the build script with cmake, and use your CMakeLists.txt as...
From the figures in paper, the vertex `v1` is connect to `v2` and `v0` in the ED, and there is another edge between `v1` and its according vertex `v1'` in...
**Describe the bug** using `RandWeightedCropd` to random crop patches from images with different size, program crashed due to`weight_map` with differnet shape. **To Reproduce** 1. after `spacing`, the shape of `image...