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
OpenPCDet
Commits
3f70cbc7
Unverified
Commit
3f70cbc7
authored
Aug 22, 2022
by
Shaoshuai Shi
Committed by
GitHub
Aug 22, 2022
Browse files
Update CUSTOM_DATASET_TUTORIAL.md
parent
b71c6a11
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docs/CUSTOM_DATASET_TUTORIAL.md
docs/CUSTOM_DATASET_TUTORIAL.md
+2
-2
No files found.
docs/CUSTOM_DATASET_TUTORIAL.md
View file @
3f70cbc7
...
...
@@ -6,7 +6,7 @@ their corresponding annotations. Point clouds are supposed to be stored in `.npy
We only consider the most basic information -- category and bounding box in the label template.
Annotations are stored in the
`.txt`
. Each line represents a box in a given scene as below:
```
[x y z dx dy dz heading_angle category_name]
# format:
[x y z dx dy dz heading_angle category_name]
1.50 1.46 0.10 5.12 1.85 4.13 1.56 Vehicle
5.54 0.57 0.41 1.08 0.74 1.95 1.57 Pedestrian
```
...
...
@@ -35,7 +35,7 @@ Dataset splits need to be pre-defined and placed in `ImageSets`
## Hyper-parameters Configurations
### Point cloud features
Modify following configurations
to
in
`custom_dataset.yaml`
to
Modify following configurations in
`custom_dataset.yaml`
to
suit your own point clouds.
```
yaml
POINT_FEATURE_ENCODING
:
{
...
...
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