Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
point-transformer
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maciej Wielgosz
point-transformer
Commits
2a6c22bb
Commit
2a6c22bb
authored
2 years ago
by
Maciej Wielgosz
Browse files
Options
Downloads
Patches
Plain Diff
metrics in dgcnn implemented
parent
821d7064
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dgcnn/dgcnn_train_pl.py
+3
-3
3 additions, 3 deletions
dgcnn/dgcnn_train_pl.py
with
3 additions
and
3 deletions
dgcnn/dgcnn_train_pl.py
+
3
−
3
View file @
2a6c22bb
...
@@ -123,7 +123,7 @@ class DGCNNLightning(pl.LightningModule):
...
@@ -123,7 +123,7 @@ class DGCNNLightning(pl.LightningModule):
# get train data
# get train data
shapenet_data_train
=
ShapenetDataDgcnn
(
shapenet_data_train
=
ShapenetDataDgcnn
(
root
=
'
/home/nibio/mutable-outside-world/code/oracle_gpu_runs/data/shapenet
'
,
root
=
config
[
'
data
'
][
'
path
'
]
,
npoints
=
config
[
'
data
'
][
'
npoints
'
],
npoints
=
config
[
'
data
'
][
'
npoints
'
],
return_cls_label
=
True
,
return_cls_label
=
True
,
small_data
=
config
[
'
data
'
][
'
small_data
'
],
small_data
=
config
[
'
data
'
][
'
small_data
'
],
...
@@ -135,7 +135,7 @@ shapenet_data_train = ShapenetDataDgcnn(
...
@@ -135,7 +135,7 @@ shapenet_data_train = ShapenetDataDgcnn(
# get val data
# get val data
shapenet_data_val
=
ShapenetDataDgcnn
(
shapenet_data_val
=
ShapenetDataDgcnn
(
root
=
'
/home/nibio/mutable-outside-world/code/oracle_gpu_runs/data/shapenet
'
,
root
=
config
[
'
data
'
][
'
path
'
],
npoints
=
config
[
'
data
'
][
'
npoints
'
],
npoints
=
config
[
'
data
'
][
'
npoints
'
],
return_cls_label
=
True
,
return_cls_label
=
True
,
small_data
=
config
[
'
data
'
][
'
small_data
'
],
small_data
=
config
[
'
data
'
][
'
small_data
'
],
...
@@ -147,7 +147,7 @@ shapenet_data_val = ShapenetDataDgcnn(
...
@@ -147,7 +147,7 @@ shapenet_data_val = ShapenetDataDgcnn(
# get test data
# get test data
shapenet_data_test
=
ShapenetDataDgcnn
(
shapenet_data_test
=
ShapenetDataDgcnn
(
root
=
'
/home/nibio/mutable-outside-world/code/oracle_gpu_runs/data/shapenet
'
,
root
=
config
[
'
data
'
][
'
path
'
],
npoints
=
config
[
'
data
'
][
'
npoints
'
],
npoints
=
config
[
'
data
'
][
'
npoints
'
],
return_cls_label
=
True
,
return_cls_label
=
True
,
small_data
=
config
[
'
data
'
][
'
small_data
'
],
small_data
=
config
[
'
data
'
][
'
small_data
'
],
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment