@@ -261,7 +261,7 @@ for details.
261
261
262
262
### Using predefined scripts
263
263
264
- [ ` scripts/run_pipeline.py ` ] ( https://github.com/isl-org/Open3D-ML/tree /master/scripts/run_pipeline.py )
264
+ [ ` scripts/run_pipeline.py ` ] ( https://github.com/isl-org/Open3D-ML/blob /master/scripts/run_pipeline.py )
265
265
provides an easy interface for training and evaluating a model on a dataset. It saves
266
266
the trouble of defining specific model and passing exact configuration.
267
267
@@ -322,17 +322,16 @@ The table shows the available models and datasets for the segmentation task and
322
322
323
323
| Model / Dataset | SemanticKITTI | Toronto 3D | S3DIS | Semantic3D | Paris-Lille3D | ScanNet |
324
324
| --------------------| ---------------| ----------- | -------| --------------| -------------| ---------|
325
- | RandLA-Net (tf) | [ 53.7] ( https://storage.googleapis.com/open3d-releases/model-zoo/randlanet_semantickitti_202010091306 .zip ) | [ 69.0 ] ( https://storage.googleapis.com/open3d-releases/model-zoo/randlanet_toronto3d_202010091250 .zip ) | [ 67.0 ] ( https://storage.googleapis.com/open3d-releases/model-zoo/randlanet_s3dis_202106011448utc .zip ) | [ 76.0] ( https://storage.googleapis.com/open3d-releases/model-zoo/randlanet_semantic3d_202012120312utc .zip ) | [ 70.0] ( https://storage.googleapis.com/open3d-releases/model-zoo/randlanet_parislille3d_202012160654utc .zip ) | - |
326
- | RandLA-Net (torch) | [ 52.8] ( https://storage.googleapis.com/open3d-releases/model-zoo/randlanet_semantickitti_202009090354utc .pth ) | [ 71.2 ] ( https://storage.googleapis.com/open3d-releases/model-zoo/randlanet_toronto3d_202010091306utc .pth ) | [ 67.0 ] ( https://storage.googleapis.com/open3d-releases/model-zoo/randlanet_s3dis_202010091238 .pth ) | [ 76.0] ( https://storage.googleapis.com/open3d-releases/model-zoo/randlanet_semantic3d_202012120312utc .pth ) | [ 70.0] ( https://storage.googleapis.com/open3d-releases/model-zoo/randlanet_parislille3d_202012160654utc .pth ) | - |
325
+ | RandLA-Net (tf) | [ 53.7] ( https://storage.googleapis.com/open3d-releases/model-zoo/randlanet_semantickitti_202201071330utc .zip ) | [ 73.7 ] ( https://storage.googleapis.com/open3d-releases/model-zoo/randlanet_toronto3d_202201071330utc .zip ) | [ 70.9 ] ( https://storage.googleapis.com/open3d-releases/model-zoo/randlanet_s3dis_202201071330utc .zip ) | [ 76.0] ( https://storage.googleapis.com/open3d-releases/model-zoo/randlanet_semantic3d_202201071330utc .zip ) | [ 70.0] ( https://storage.googleapis.com/open3d-releases/model-zoo/randlanet_parislille3d_202201071330utc .zip ) * | - |
326
+ | RandLA-Net (torch) | [ 52.8] ( https://storage.googleapis.com/open3d-releases/model-zoo/randlanet_semantickitti_202201071330utc .pth ) | [ 74.0 ] ( https://storage.googleapis.com/open3d-releases/model-zoo/randlanet_toronto3d_202201071330utc .pth ) | [ 70.9 ] ( https://storage.googleapis.com/open3d-releases/model-zoo/randlanet_s3dis_202201071330utc .pth ) | [ 76.0] ( https://storage.googleapis.com/open3d-releases/model-zoo/randlanet_semantic3d_202201071330utc .pth ) | [ 70.0] ( https://storage.googleapis.com/open3d-releases/model-zoo/randlanet_parislille3d_202201071330utc .pth ) * | - |
327
327
| KPConv (tf) | [ 58.7] ( https://storage.googleapis.com/open3d-releases/model-zoo/kpconv_semantickitti_202010021102utc.zip ) | [ 65.6] ( https://storage.googleapis.com/open3d-releases/model-zoo/kpconv_toronto3d_202012221551utc.zip ) | [ 65.0] ( https://storage.googleapis.com/open3d-releases/model-zoo/kpconv_s3dis_202010091238.zip ) | - | [ 76.7] ( https://storage.googleapis.com/open3d-releases/model-zoo/kpconv_parislille3d_202011241550utc.zip ) | - |
328
328
| KPConv (torch) | [ 58.0] ( https://storage.googleapis.com/open3d-releases/model-zoo/kpconv_semantickitti_202009090354utc.pth ) | [ 65.6] ( https://storage.googleapis.com/open3d-releases/model-zoo/kpconv_toronto3d_202012221551utc.pth ) | [ 60.0] ( https://storage.googleapis.com/open3d-releases/model-zoo/kpconv_s3dis_202010091238.pth ) | - | [ 76.7] ( https://storage.googleapis.com/open3d-releases/model-zoo/kpconv_parislille3d_202011241550utc.pth ) | - |
329
329
| SparseConvUnet (torch)| - | - | - | - | - | [ 68] ( https://storage.googleapis.com/open3d-releases/model-zoo/sparseconvunet_scannet_202105031316utc.pth ) |
330
330
| SparseConvUnet (tf)| - | - | - | - | - | [ 68.2] ( https://storage.googleapis.com/open3d-releases/model-zoo/sparseconvunet_scannet_202105031316utc.zip ) |
331
331
| PointTransformer (torch)| - | - | [ 69.2] ( https://storage.googleapis.com/open3d-releases/model-zoo/pointtransformer_s3dis_202109241350utc.pth ) | - | - | - |
332
332
| PointTransformer (tf)| - | - | [ 69.2] ( https://storage.googleapis.com/open3d-releases/model-zoo/pointtransformer_s3dis_202109241350utc.zip ) | - | - | - |
333
333
334
-
335
- > ** _ NOTE:_ ** RandLA-Net comes with a [ Creative Commons BY-NC-SA 4.0] ( https://github.com/QingyongHu/RandLA-Net/blob/master/LICENSE ) license which prohibits commercial use. We are working on a new implementation which will be available under the standard Open3D license (MIT).
334
+ (* ) Using weights from original author.
336
335
337
336
### Object Detection
338
337
@@ -383,11 +382,11 @@ The following is a list of datasets for which we provide dataset reader classes.
383
382
* SemanticKITTI ([ project page] ( http://semantic-kitti.org/ ) )
384
383
* Toronto 3D ([ github] ( https://github.com/WeikaiTan/Toronto-3D ) )
385
384
* Semantic 3D ([ project-page] ( http://www.semantic3d.net/ ) )
386
- * S3DIS ([ project-page] ( http://3dsemantics .stanford.edu/ ) )
385
+ * S3DIS ([ project-page] ( http://buildingparser .stanford.edu/dataset.html ) )
387
386
* Paris-Lille 3D ([ project-page] ( https://npm3d.fr/paris-lille-3d ) )
388
387
* Argoverse ([ project-page] ( https://www.argoverse.org/ ) )
389
388
* KITTI ([ project-page] ( http://www.cvlibs.net/datasets/kitti/eval_object.php?obj_benchmark=3d ) )
390
- * Lyft ([ project-page] ( https://self-driving.lyft.com/level5/ data/ ) )
389
+ * Lyft ([ project-page] ( https://level-5.global/ data ) )
391
390
* nuScenes ([ project-page] ( https://www.nuscenes.org/ ) )
392
391
* Waymo ([ project-page] ( https://waymo.com/open/ ) )
393
392
* ScanNet([ project-page] ( http://www.scan-net.org/ ) )
@@ -404,6 +403,7 @@ For downloading these datasets visit the respective webpages and have a look at
404
403
* [ Adding a new model] ( docs/howtos.md#adding-a-new-model )
405
404
* [ Adding a new dataset] ( docs/howtos.md#adding-a-new-dataset )
406
405
* [ Visualize and compare input data, ground truth and results in TensorBoard] ( docs/tensorboard.md )
406
+ * [ Inference with Intel OpenVINO] ( docs/openvino.md )
407
407
408
408
## Contribute
409
409
There are many ways to contribute to this project. You can:
@@ -425,7 +425,7 @@ Please also check out our communication channels to get in contact with the comm
425
425
426
426
<!-- * [GitHub Issue](https://github.com/isl-org/Open3D/issues): bug reports, feature requests, etc.-->
427
427
* [ Forum] ( https://github.com/isl-org/Open3D/discussions ) : discussion on the usage of Open3D.
428
- * [ Discord Chat] ( https://discord.gg /D35BGvn ) : online chats, discussions,
428
+ * [ Discord Chat] ( https://discord.com/invite /D35BGvn ) : online chats, discussions,
429
429
and collaboration with other users and developers.
430
430
431
431
## Citation
0 commit comments