MagicSource
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):  Is this normal?
无法选中节点

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

其实在大陆很多时候打不开网页,不知道其他人有没有遇到类似的情况。 我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.   I doesn't need dynamic in simple model, what's the differences between offical...