Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
e13cc38
.
HuguesTHOMAS Jul 30, 2021
3d683b6
relu at head softmax correction
HuguesTHOMAS Jul 30, 2021
d1bb1ca
Adding pretrained weights S3DIS
HuguesTHOMAS Aug 2, 2021
aee5494
.
HuguesTHOMAS Aug 4, 2021
cf1f063
.
HuguesTHOMAS Aug 5, 2021
73e444d
.
HuguesTHOMAS Sep 27, 2021
e600c16
Correction of the S3DIS random indice generation
HuguesTHOMAS Feb 28, 2022
9a18c66
.
HuguesTHOMAS Apr 4, 2022
5b5641e
.
HuguesTHOMAS Apr 4, 2022
7255680
failed attempt correction
HuguesTHOMAS Apr 6, 2022
4cebd54
Test set: correct ignored labels column
HuguesTHOMAS Apr 11, 2022
7adbf9e
adding NPM3D support
HuguesTHOMAS Apr 13, 2022
3a774ff
adding NPM3D support
HuguesTHOMAS Apr 13, 2022
8436294
.
HuguesTHOMAS Jul 11, 2022
7d4c03d
.
HuguesTHOMAS Jul 11, 2022
893891e
Update visualization_guide.md
LucHayward Jul 18, 2022
0de4ed9
Merge pull request #187 from LucHayward/patch-1
HuguesTHOMAS Jul 18, 2022
d33c4d2
.
HuguesTHOMAS Jul 18, 2022
e5be3ce
Merge branch 'master' of https://github.com/HuguesTHOMAS/KPConv-PyTorch
HuguesTHOMAS Jul 18, 2022
d0ac818
.
HuguesTHOMAS Jul 18, 2022
1defcd7
.
HuguesTHOMAS Jul 18, 2022
b2af237
fixing bug in random_sampling for NPM3D
Apr 24, 2023
d539123
Merge pull request #216 from meyerjo/fix_random_sampling
HuguesTHOMAS Apr 24, 2023
743d03c
Add MIT Licence
LucHayward May 1, 2023
6802968
Merge pull request #217 from LucHayward/add-licence
HuguesTHOMAS May 2, 2023
480828f
Add Toronto3D dataset
Yarroudh Aug 20, 2023
c9af4f8
Add Toronto3D dataset
Yarroudh Aug 20, 2023
8f4ee6e
Update Toronto3D.py
Yarroudh Aug 20, 2023
1774049
Update train_Toronto3D.py
Yarroudh Aug 20, 2023
ea1ff66
Update Toronto3D.py
Yarroudh Aug 21, 2023
b814fea
Update test_models.py
Yarroudh Aug 21, 2023
8ec7478
Merge pull request #227 from Yarroudh/yarroudh-toronto3d
HuguesTHOMAS Aug 21, 2023
435d117
random noise on center_point correction
HuguesTHOMAS Feb 6, 2024
e2907df
feat: add Sensat Urban Dataset
benekoehler Jun 17, 2024
bd4d595
chore: update
benekoehler Jun 18, 2024
21f8c65
fix: validation split
benekoehler Jun 24, 2024
c9c4abc
feat: add class weights
benekoehler Jul 5, 2024
22a1788
Merge pull request #248 from benekoehler/master
HuguesTHOMAS Jul 5, 2024
596641b
Re-correct bug in S3DIS dataset. solve issue #200
DLW3D Dec 12, 2024
7d72598
Re-correct bug in S3DIS dataset. Consider two situations.
DLW3D Dec 13, 2024
bf19211
Merge pull request #261 from DLW3D/fix_s3dis_dataset
HuguesTHOMAS Dec 13, 2024
d19c575
Correcting -1 neighbor bug for non deformable KPConv
HuguesTHOMAS Oct 17, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2019 HuguesTHOMAS

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@ Our code is released under MIT License (see LICENSE file for details).

## Updates
* 27/04/2020: Initial release.
* 27/04/2020: Added NPM3D support thanks to @GeoSur.
Loading