Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
mmdetection3d
Commits
44aeaf37
Unverified
Commit
44aeaf37
authored
Jan 19, 2022
by
ChaimZhu
Committed by
GitHub
Jan 19, 2022
Browse files
add point cloud annotation in doc (#1185)
parent
fab8ea75
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
+18
-0
docs/en/faq.md
docs/en/faq.md
+9
-0
docs/zh_cn/faq.md
docs/zh_cn/faq.md
+9
-0
No files found.
docs/en/faq.md
View file @
44aeaf37
...
@@ -36,3 +36,12 @@ We list some potential troubles encountered by users and developers, along with
...
@@ -36,3 +36,12 @@ We list some potential troubles encountered by users and developers, along with
or
or
``pip install -e "git+https://github.com/ppwwyyxx/cocoapi#egg=pycocotools&subdirectory=PythonAPI"``
``pip install -e "git+https://github.com/ppwwyyxx/cocoapi#egg=pycocotools&subdirectory=PythonAPI"``
## How to annotate point cloud?
MMDetection3D does not support point cloud annotation. Some open-source annotation tool are offered for reference:
-
[
SUSTechPOINTS
](
https://github.com/naurril/SUSTechPOINTS
)
-
[
LATTE
](
https://github.com/bernwang/latte
)
Besides, we improved
[
LATTE
](
https://github.com/bernwang/latte
)
for better use. More details can be found
[
here
](
https://arxiv.org/abs/2011.10174
)
.
docs/zh_cn/faq.md
View file @
44aeaf37
...
@@ -36,3 +36,12 @@
...
@@ -36,3 +36,12 @@
或者
或者
``pip install -e "git+https://github.com/ppwwyyxx/cocoapi#egg=pycocotools&subdirectory=PythonAPI"``
``pip install -e "git+https://github.com/ppwwyyxx/cocoapi#egg=pycocotools&subdirectory=PythonAPI"``
## 如何标注点云?
MMDetection3D 不支持点云标注。我们提供一些开源的标注工具供参考:
-
[
SUSTechPOINTS
](
https://github.com/naurril/SUSTechPOINTS
)
-
[
LATTE
](
https://github.com/bernwang/latte
)
此外,我们改进了
[
LATTE
](
https://github.com/bernwang/latte
)
以便更方便的标注。 更多的细节请参考
[
这里
](
https://arxiv.org/abs/2011.10174
)
。
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment