JimXu1989

Results 17 issues of JimXu1989

Hi! Thanks for the great sharing! I want to know how to set Epoch and Batch_size, when I train my custom model I search all the .py file in configs...

### Checklist - [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues). - [X] For Python issues, I have tested with the [latest development wheel](http://www.open3d.org/docs/latest/getting_started.html#development-version-pip). - [X] I have checked the [release...

question

您好! 感谢您的分享! 我想文一下: 怎么得到原始模板的特征点到匹配结果特征点的转移矩阵呀?

这个代码太好了,大神能不能出个python版的呀

**Check if issue already exists** Google it (e.g. *error xy* github luxonis depthai) Check [troubleshooting](https://docs.luxonis.com/en/latest/pages/troubleshooting/) in documentation. **Describe the bug** Hi, thanks for sharing the Sign Language Recognition project. I...

bug

Thank you for your great work! and share it with us. But the mmcv has update and has changed a lot, so I can not run solov2. May you update...

Thanks for your error report and we appreciate it a lot. I use mmcv==1.2.5 mmdet==2.8.0 when I run the inference_demo, I got the error: File "/home/jim/.local/lib/python3.8/site-packages/mmcv/utils/registry.py", line 163, in build_from_cfg...

Intel has provided a slam project which use D435 T265 and a NCS2, while many people struggling on how to install it. For example "E: Unable to locate package librealsense2-dkms"...

### Preliminary Checks - [X] This issue is not a duplicate. Before opening a new issue, please search existing issues. - [X] This issue is not a question, bug report,...

feature_request

Hi, I try the same way by export the yolov7.pt to onnx, by: python export.py --weights yolov7.pt --include onnx. It reports can not find class RepConv, so I copied it...