diff --git a/.buildinfo b/.buildinfo index b2366581..dd71b26d 100644 --- a/.buildinfo +++ b/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 1c82e9fdb59fcdc3958ec57bc9b19b54 +config: 22c355b50d9b55732af05ccb924643ce tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/_modules/index.html b/_modules/index.html index ffd3b682..8f15f746 100644 --- a/_modules/index.html +++ b/_modules/index.html @@ -3,7 +3,7 @@
-
return {"loss": loss, "logits": logits, "targets": targets}
outputs : output of validation_step
"""
- iou_epoch = self.val_iou.compute()
+ iou_epoch = self.val_iou.to(self.device).compute()
self.log("val/iou", iou_epoch, on_step=False, on_epoch=True, prog_bar=True)
self.log_all_class_ious(self.val_iou.confmat, "val")
log_comet_cm(self, self.val_iou.confmat, "val")
@@ -386,7 +386,7 @@ Source code for myria3d.models.model
outputs : output of test
"""
- iou_epoch = self.test_iou.compute()
+ iou_epoch = self.test_iou.to(self.device).compute()
self.log("test/iou", iou_epoch, on_step=False, on_epoch=True, prog_bar=True)
self.log_all_class_ious(self.test_iou.confmat, "test")
log_comet_cm(self, self.test_iou.confmat, "test")
diff --git a/_modules/myria3d/models/modules/pyg_randla_net.html b/_modules/myria3d/models/modules/pyg_randla_net.html
index a53e6bef..c3321628 100644
--- a/_modules/myria3d/models/modules/pyg_randla_net.html
+++ b/_modules/myria3d/models/modules/pyg_randla_net.html
@@ -3,7 +3,7 @@
- myria3d.models.modules.pyg_randla_net — myria3d 3.8.3 documentation
+ myria3d.models.modules.pyg_randla_net — myria3d 3.8.4 documentation
diff --git a/_modules/myria3d/pctl/dataloader/dataloader.html b/_modules/myria3d/pctl/dataloader/dataloader.html
index 6ad4e243..447cbc41 100644
--- a/_modules/myria3d/pctl/dataloader/dataloader.html
+++ b/_modules/myria3d/pctl/dataloader/dataloader.html
@@ -3,7 +3,7 @@
- myria3d.pctl.dataloader.dataloader — myria3d 3.8.3 documentation
+ myria3d.pctl.dataloader.dataloader — myria3d 3.8.4 documentation
diff --git a/_modules/myria3d/pctl/datamodule/hdf5.html b/_modules/myria3d/pctl/datamodule/hdf5.html
index f472d0c8..37b212a8 100644
--- a/_modules/myria3d/pctl/datamodule/hdf5.html
+++ b/_modules/myria3d/pctl/datamodule/hdf5.html
@@ -3,7 +3,7 @@
- myria3d.pctl.datamodule.hdf5 — myria3d 3.8.3 documentation
+ myria3d.pctl.datamodule.hdf5 — myria3d 3.8.4 documentation
diff --git a/_modules/myria3d/pctl/dataset/hdf5.html b/_modules/myria3d/pctl/dataset/hdf5.html
index 0ef65624..67808fb2 100644
--- a/_modules/myria3d/pctl/dataset/hdf5.html
+++ b/_modules/myria3d/pctl/dataset/hdf5.html
@@ -3,7 +3,7 @@
- myria3d.pctl.dataset.hdf5 — myria3d 3.8.3 documentation
+ myria3d.pctl.dataset.hdf5 — myria3d 3.8.4 documentation
diff --git a/_modules/myria3d/pctl/dataset/iterable.html b/_modules/myria3d/pctl/dataset/iterable.html
index 12ff5c4d..2944e933 100644
--- a/_modules/myria3d/pctl/dataset/iterable.html
+++ b/_modules/myria3d/pctl/dataset/iterable.html
@@ -3,7 +3,7 @@
- myria3d.pctl.dataset.iterable — myria3d 3.8.3 documentation
+ myria3d.pctl.dataset.iterable — myria3d 3.8.4 documentation
diff --git a/_modules/myria3d/pctl/dataset/toy_dataset.html b/_modules/myria3d/pctl/dataset/toy_dataset.html
index 5f5b9104..90af145f 100644
--- a/_modules/myria3d/pctl/dataset/toy_dataset.html
+++ b/_modules/myria3d/pctl/dataset/toy_dataset.html
@@ -3,7 +3,7 @@
- myria3d.pctl.dataset.toy_dataset — myria3d 3.8.3 documentation
+ myria3d.pctl.dataset.toy_dataset — myria3d 3.8.4 documentation
diff --git a/_modules/myria3d/pctl/dataset/utils.html b/_modules/myria3d/pctl/dataset/utils.html
index 9af67166..1191f3d9 100644
--- a/_modules/myria3d/pctl/dataset/utils.html
+++ b/_modules/myria3d/pctl/dataset/utils.html
@@ -3,7 +3,7 @@
- myria3d.pctl.dataset.utils — myria3d 3.8.3 documentation
+ myria3d.pctl.dataset.utils — myria3d 3.8.4 documentation
diff --git a/_modules/myria3d/pctl/points_pre_transform/lidar_hd.html b/_modules/myria3d/pctl/points_pre_transform/lidar_hd.html
index e2d18e8f..7b0c574b 100644
--- a/_modules/myria3d/pctl/points_pre_transform/lidar_hd.html
+++ b/_modules/myria3d/pctl/points_pre_transform/lidar_hd.html
@@ -3,7 +3,7 @@
- myria3d.pctl.points_pre_transform.lidar_hd — myria3d 3.8.3 documentation
+ myria3d.pctl.points_pre_transform.lidar_hd — myria3d 3.8.4 documentation
diff --git a/_modules/myria3d/pctl/transforms/compose.html b/_modules/myria3d/pctl/transforms/compose.html
index ee9e2707..f1f9fd81 100644
--- a/_modules/myria3d/pctl/transforms/compose.html
+++ b/_modules/myria3d/pctl/transforms/compose.html
@@ -3,7 +3,7 @@
- myria3d.pctl.transforms.compose — myria3d 3.8.3 documentation
+ myria3d.pctl.transforms.compose — myria3d 3.8.4 documentation
diff --git a/_modules/myria3d/pctl/transforms/transforms.html b/_modules/myria3d/pctl/transforms/transforms.html
index 1bc372bb..eb9d09cb 100644
--- a/_modules/myria3d/pctl/transforms/transforms.html
+++ b/_modules/myria3d/pctl/transforms/transforms.html
@@ -3,7 +3,7 @@
- myria3d.pctl.transforms.transforms — myria3d 3.8.3 documentation
+ myria3d.pctl.transforms.transforms — myria3d 3.8.4 documentation
diff --git a/_modules/myria3d/train.html b/_modules/myria3d/train.html
index 23e2f9d3..1fa6dffd 100644
--- a/_modules/myria3d/train.html
+++ b/_modules/myria3d/train.html
@@ -3,7 +3,7 @@
- myria3d.train — myria3d 3.8.3 documentation
+ myria3d.train — myria3d 3.8.4 documentation
diff --git a/_modules/myria3d/utils/utils.html b/_modules/myria3d/utils/utils.html
index 01147f18..29985f17 100644
--- a/_modules/myria3d/utils/utils.html
+++ b/_modules/myria3d/utils/utils.html
@@ -3,7 +3,7 @@
- myria3d.utils.utils — myria3d 3.8.3 documentation
+ myria3d.utils.utils — myria3d 3.8.4 documentation
diff --git a/_modules/run.html b/_modules/run.html
index c0b0644e..a4eb3817 100644
--- a/_modules/run.html
+++ b/_modules/run.html
@@ -3,7 +3,7 @@
- run — myria3d 3.8.3 documentation
+ run — myria3d 3.8.4 documentation
diff --git a/_static/documentation_options.js b/_static/documentation_options.js
index d666a581..96399ce9 100644
--- a/_static/documentation_options.js
+++ b/_static/documentation_options.js
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
- VERSION: '3.8.3',
+ VERSION: '3.8.4',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
diff --git a/apidoc/configs.html b/apidoc/configs.html
index 71265ec8..6fe588a8 100644
--- a/apidoc/configs.html
+++ b/apidoc/configs.html
@@ -4,7 +4,7 @@
- Default configuration — myria3d 3.8.3 documentation
+ Default configuration — myria3d 3.8.4 documentation
diff --git a/apidoc/myria3d.callbacks.html b/apidoc/myria3d.callbacks.html
index 9fa35668..b63d65c8 100644
--- a/apidoc/myria3d.callbacks.html
+++ b/apidoc/myria3d.callbacks.html
@@ -4,7 +4,7 @@
- myria3d.callbacks — myria3d 3.8.3 documentation
+ myria3d.callbacks — myria3d 3.8.4 documentation
diff --git a/apidoc/myria3d.model.html b/apidoc/myria3d.model.html
index 91962c51..727eee0f 100644
--- a/apidoc/myria3d.model.html
+++ b/apidoc/myria3d.model.html
@@ -4,7 +4,7 @@
- myria3d.models — myria3d 3.8.3 documentation
+ myria3d.models — myria3d 3.8.4 documentation
diff --git a/apidoc/myria3d.models.modules.html b/apidoc/myria3d.models.modules.html
index fffe06b0..47b0b4ce 100644
--- a/apidoc/myria3d.models.modules.html
+++ b/apidoc/myria3d.models.modules.html
@@ -4,7 +4,7 @@
- myria3d.models.modules — myria3d 3.8.3 documentation
+ myria3d.models.modules — myria3d 3.8.4 documentation
diff --git a/apidoc/myria3d.pctl.html b/apidoc/myria3d.pctl.html
index 503438fb..424157f2 100644
--- a/apidoc/myria3d.pctl.html
+++ b/apidoc/myria3d.pctl.html
@@ -4,7 +4,7 @@
- myria3d.pctl — myria3d 3.8.3 documentation
+ myria3d.pctl — myria3d 3.8.4 documentation
diff --git a/apidoc/myria3d.utils.html b/apidoc/myria3d.utils.html
index 7d06e02e..37f57d76 100644
--- a/apidoc/myria3d.utils.html
+++ b/apidoc/myria3d.utils.html
@@ -4,7 +4,7 @@
- myria3d.utils — myria3d 3.8.3 documentation
+ myria3d.utils — myria3d 3.8.4 documentation
diff --git a/apidoc/scripts.html b/apidoc/scripts.html
index d578a261..7c31baea 100644
--- a/apidoc/scripts.html
+++ b/apidoc/scripts.html
@@ -4,7 +4,7 @@
- Scripts — myria3d 3.8.3 documentation
+ Scripts — myria3d 3.8.4 documentation
diff --git a/background/general_design.html b/background/general_design.html
index fd6cba4d..e5628b88 100644
--- a/background/general_design.html
+++ b/background/general_design.html
@@ -4,7 +4,7 @@
- General design of the package — myria3d 3.8.3 documentation
+ General design of the package — myria3d 3.8.4 documentation
diff --git a/background/interpolation.html b/background/interpolation.html
index 90c4ed24..63f2f903 100644
--- a/background/interpolation.html
+++ b/background/interpolation.html
@@ -4,7 +4,7 @@
- KNN-Interpolation to merge multiple predictions [TODO] — myria3d 3.8.3 documentation
+ KNN-Interpolation to merge multiple predictions [TODO] — myria3d 3.8.4 documentation
diff --git a/genindex.html b/genindex.html
index e29634ae..1c4f0f22 100644
--- a/genindex.html
+++ b/genindex.html
@@ -3,7 +3,7 @@
- Index — myria3d 3.8.3 documentation
+ Index — myria3d 3.8.4 documentation
diff --git a/guides/development.html b/guides/development.html
index 921b1fc0..c4248adb 100644
--- a/guides/development.html
+++ b/guides/development.html
@@ -4,7 +4,7 @@
- Developer’s guide — myria3d 3.8.3 documentation
+ Developer’s guide — myria3d 3.8.4 documentation
diff --git a/guides/train_new_model.html b/guides/train_new_model.html
index c8ca3e17..b5dbd871 100644
--- a/guides/train_new_model.html
+++ b/guides/train_new_model.html
@@ -4,7 +4,7 @@
- How to train new models — myria3d 3.8.3 documentation
+ How to train new models — myria3d 3.8.4 documentation
diff --git a/index.html b/index.html
index 88fb063c..de3b7a14 100644
--- a/index.html
+++ b/index.html
@@ -4,7 +4,7 @@
- Myria3D > Documentation — myria3d 3.8.3 documentation
+ Myria3D > Documentation — myria3d 3.8.4 documentation
diff --git a/introduction.html b/introduction.html
index 69e03e87..aaa3819e 100644
--- a/introduction.html
+++ b/introduction.html
@@ -4,7 +4,7 @@
- <no title> — myria3d 3.8.3 documentation
+ <no title> — myria3d 3.8.4 documentation
diff --git a/py-modindex.html b/py-modindex.html
index bbd94a68..ebea8ad2 100644
--- a/py-modindex.html
+++ b/py-modindex.html
@@ -3,7 +3,7 @@
- Python Module Index — myria3d 3.8.3 documentation
+ Python Module Index — myria3d 3.8.4 documentation
diff --git a/search.html b/search.html
index 2b83bf6f..2455fffb 100644
--- a/search.html
+++ b/search.html
@@ -3,7 +3,7 @@
- Search — myria3d 3.8.3 documentation
+ Search — myria3d 3.8.4 documentation
diff --git a/tutorials/install_on_linux.html b/tutorials/install_on_linux.html
index 161a2049..f6498e6a 100644
--- a/tutorials/install_on_linux.html
+++ b/tutorials/install_on_linux.html
@@ -4,7 +4,7 @@
- Install Myria3D on Linux — myria3d 3.8.3 documentation
+ Install Myria3D on Linux — myria3d 3.8.4 documentation
diff --git a/tutorials/install_on_wsl2.html b/tutorials/install_on_wsl2.html
index b69d4316..4c473231 100644
--- a/tutorials/install_on_wsl2.html
+++ b/tutorials/install_on_wsl2.html
@@ -4,7 +4,7 @@
- Install Myria3D on WSL2 with CUDA support — myria3d 3.8.3 documentation
+ Install Myria3D on WSL2 with CUDA support — myria3d 3.8.4 documentation
diff --git a/tutorials/make_predictions.html b/tutorials/make_predictions.html
index 9d6f6211..8b6bca2c 100644
--- a/tutorials/make_predictions.html
+++ b/tutorials/make_predictions.html
@@ -4,7 +4,7 @@
- Performing inference on new data — myria3d 3.8.3 documentation
+ Performing inference on new data — myria3d 3.8.4 documentation
diff --git a/tutorials/prepare_dataset.html b/tutorials/prepare_dataset.html
index 4faef585..16278efe 100644
--- a/tutorials/prepare_dataset.html
+++ b/tutorials/prepare_dataset.html
@@ -4,7 +4,7 @@
- Preparing data for training — myria3d 3.8.3 documentation
+ Preparing data for training — myria3d 3.8.4 documentation