MagicSource

Results 942 issues of MagicSource

when will training script release?

I didn't see any script which visualize the result nor any pretrained models...

Same error: ``` oi_align_op.h:25:61: fatal error: third_party/eigen3/unsupported/Eigen/CXX11/Tensor: No such file or directory compilation terminated. CMake Error at cuda_compile_4_generated_rotated_ps_roi_align_grad_op.cu.o.cmake:220 (message): Error generating /media/jintain/sg/ai/career/robot/ctirobot/detect/X-Detector/cpp/PSROIPooling/build/CMakeFiles/cuda_compile_4.dir//./cuda_compile_4_generated_rotated_ps_roi_align_grad_op.cu.o CMakeFiles/ps_roi_align.dir/build.make:84: recipe for target 'CMakeFiles/cuda_compile_4.dir/cuda_compile_4_generated_rotated_ps_roi_align_grad_op.cu.o' failed make[2]: ***...

2 very different faces got close distance (128 dims features using euclidean calculate): ![image](https://user-images.githubusercontent.com/21303438/56144214-96401b80-5fd4-11e9-91a1-2728e005e95a.png) Is this normal?

![image](https://user-images.githubusercontent.com/21303438/56455265-c7329e80-638e-11e9-91be-9ec9e7fdff55.png)

如何新建管理员和节点啊?感觉这方面文档很少啊

![image](https://user-images.githubusercontent.com/21303438/56418538-bf5cf680-62c9-11e9-8634-4ae75f2d683f.png)

其实在大陆很多时候打不开网页,不知道其他人有没有遇到类似的情况。 我grep了一下,里面很多css用了fonts.googleapis.. 这必然会导致网站很卡,建议移除用替代字体。 ``` grep -nr 'fonts.googleapis.com' ```

I got this error when using list as output: ``` line 408, in mark_outputs trt_tensor = torch_output._trt AttributeError: 'list' object has no attribute '_trt' ```

I tested mobilenetv2. In official repo, it can generate without any plugin, this repo will have. ![image](https://user-images.githubusercontent.com/21303438/95645059-0eb26a80-0aee-11eb-926e-06d792e05096.png) ![image](https://user-images.githubusercontent.com/21303438/95645068-28ec4880-0aee-11eb-9f26-60e13ab1ec95.png) I doesn't need dynamic in simple model, what's the differences between offical...