https://github.com/yangyanli/PointCNN

sort by:
Revision Author Date Message Commit Date
aa551ce Update README.md 03 September 2021, 08:13:01 UTC
3a5185c Merge pull request #240 from jobberz77/readme-s3dis-usage-update Updated README.md S3DIS segmentation usage 27 April 2021, 08:40:02 UTC
36fc965 Updated README.md S3DIS segmenetation usage The Usage instructions for the S3DIS segmentation where no longer correct since the settings file in the pointcnn_seg folder is called s3dis_x8_2048_fps instead of s3dis_x8_2048_fps_k16 20 April 2021, 09:17:13 UTC
91fde86 Merge pull request #226 from ruslo/pr.readme Fix misprints 07 May 2020, 03:36:27 UTC
ad7febc Add note about the disk space usage 05 May 2020, 08:16:34 UTC
13e9460 Fix misprint 05 May 2020, 08:16:29 UTC
fc8c1b6 Fix misprint 05 May 2020, 08:16:22 UTC
f1a3be5 Merge pull request #224 from ruslo/pr.download Semantic3D download/unpack fixes 29 April 2020, 01:29:24 UTC
9aa065b un7z_semantic3d.sh: Rename unpacked file 25 April 2020, 05:50:22 UTC
3e05460 un7z_semantic3d.sh: Check if '*.labels' already moved 25 April 2020, 05:50:15 UTC
851cd0b Move files to the 'val' directory after archive unpacking 25 April 2020, 05:50:08 UTC
0ff5c7a Add 'set -e' 25 April 2020, 05:50:00 UTC
737a434 Merge pull request #213 from ruslo/pr.fix.value Fix value of sample_num_* parameters 21 April 2020, 08:41:50 UTC
f6b26bf Fix value of sample_num_* parameters 19 March 2020, 14:50:33 UTC
c4df091 Merge pull request #210 from ruslo/pr.shebangfix Fix shebang in 'un7z_semantic3d.sh' script 10 March 2020, 05:24:13 UTC
296182a Fix shebang in 'un7z_semantic3d.sh' script - When invoked explicitly the error will be `‘bash -e’: No such file or directory` - When invoked as `bash *.sh` the `-e` will be ignored Use `set -e` to fix both cases 05 March 2020, 10:24:55 UTC
fa3b4d4 Update test_s3dis.sh 31 December 2019, 02:44:22 UTC
7d0af99 Update README.md 15 August 2019, 06:00:23 UTC
cd870e0 Update README.md 06 August 2019, 07:08:01 UTC
01d1b65 Update README.md 08 April 2019, 01:19:40 UTC
b4c0460 Update README.md 08 April 2019, 01:18:37 UTC
8822c23 Delete .gitmodules 28 March 2019, 09:13:43 UTC
632ffd1 Update prepare_semantic3d_filelists.py 28 March 2019, 09:11:20 UTC
1216b1e mv semantic3d val dataset labels to correspond folder 28 March 2019, 08:50:52 UTC
56182cd Update README.md 12 March 2019, 04:57:57 UTC
99de114 Update README.md 12 March 2019, 04:57:26 UTC
3007979 Merge pull request #133 from gar1t/train-val-seg-sync Apply recent updates from train_val_cls to train_val_seg 24 December 2018, 02:58:20 UTC
1ea5780 Merge pull request #135 from gar1t/prepare-s3dis-optimization Use marker to avoid repeating data prepare work 24 December 2018, 02:50:35 UTC
4acf622 Merge pull request #136 from gar1t/semantic3d-val-data Download and extract validation data to val directory directly 24 December 2018, 02:50:25 UTC
6c2cb44 Update README.md 24 December 2018, 02:47:31 UTC
4aedce4 Merge pull request #134 from gar1t/configurable-data-dirs Configurable data dirs for s3dis prep and eval 24 December 2018, 02:40:08 UTC
5ed48d4 Merge pull request #132 from gar1t/shapenet-setting-load-fix Fix loading of setting module in test_shapenet_seg.py 24 December 2018, 02:31:09 UTC
f676034 Merge pull request #131 from gar1t/tf-sampling-compile-fix Use TF_LIB for location of TensorFlow includes 24 December 2018, 02:22:04 UTC
d1b9563 Merge pull request #130 from gar1t/prepare-partseg-train-val Include creation of train_val_files.txt in prepare_partseg_data 24 December 2018, 02:20:48 UTC
e59b206 Update README.md 24 December 2018, 01:24:21 UTC
089a2d9 Download and extract validation data to val directory directly Rather than download and extract to train and then manually move to val (instructions in README.md) this change downloads and extracts the validation files to the val directory straight away. 24 December 2018, 01:01:32 UTC
48a0f4d Support configurable data directory for eval_s3dis Includes reformatting of evaluation output. 24 December 2018, 00:58:14 UTC
3355270 Use marker to avoid repeating data prepare work 23 December 2018, 21:34:16 UTC
58bba3e Configurable data and output dirs for prepare_s3dis_label This commit also includes misc changes: - Fix default path to S3DIS data (was '../../../data') - Handle dataset .DS_Store (non directory) files - Use canonical Python name case convention and whitespace - Support restarts - i.e. don't repeat processing work 23 December 2018, 21:23:07 UTC
f2c857a Support restart from latest checkpoint for train seg This is a sync with train_val_cls. 23 December 2018, 21:18:58 UTC
7e009a8 Apply updates from train_val_cls to train_val_seg: - Expose epochs and batch_size as command line options - Option to disable timestamp folder - Option to disable code backup 23 December 2018, 21:18:53 UTC
71d7ce6 Consistent use of loading setting module Prior to this commit, the documented use of setting fails because it doesn't provide the path to the segmentation setting module. This commit uses the same pattern as train_val_cls. 23 December 2018, 21:13:16 UTC
740af66 Use TF_LIB for location of TensorFlow includes 23 December 2018, 21:10:44 UTC
c5a795f Include creation of train_val_files.txt in prepare_partseg_data 23 December 2018, 21:06:55 UTC
1d8ae27 fix semantic3d test path 23 December 2018, 13:30:30 UTC
e40e15a Merge pull request #125 from gar1t/merge-upstream Consolidated PR 19 December 2018, 12:34:43 UTC
b086567 Update scannet-labels.combined.tsv 18 December 2018, 13:27:34 UTC
4481c3c support train val test dataset generate respectively 18 December 2018, 13:09:16 UTC
2c496db Option to specify log name Includes support for special location '-', which indicates logging to stdout. This change preserves the current behavior, which is to redirect stdout to 'log.txt' in the root folder. If '-' is specified, the redirect does not occur. 15 December 2018, 18:11:20 UTC
0def548 Support restart of terminated training runs There are two changes associated with this commit - Automatically restore model weights and the associated global step using the latest checkpoint in run folder, if a checkpoint exists - Include global step when saving summaries and logging progress The second change is required to correctly display the training step/iteration when a checkpoint is restored. 15 December 2018, 18:00:36 UTC
11447d2 Option to disable code backup Current behavior, which is to create backups, is preserved as default. 15 December 2018, 17:40:24 UTC
c3b2664 Option to skip use of timestamp folder This lets the caller use his/her own scheme to save model output. 15 December 2018, 17:34:30 UTC
8e61d92 Ignore common Python package/distribution artifacts 15 December 2018, 16:45:24 UTC
c0cfc05 Update README.md 02 December 2018, 06:41:42 UTC
a84e1e6 Update README.md 02 December 2018, 06:40:00 UTC
436f532 Merge pull request #117 from TSchattschneider/speed-up-ply-saving Speed up PLY saving a lot. 28 November 2018, 06:44:47 UTC
7d7e4dc Speed up PLY saving. This speeds up the data conversion by a factor of about ~100. 27 November 2018, 12:34:44 UTC
9b212d9 Merge pull request #112 from gar1t/tu-berlin-train-test Option to generate train_files.txt and test_files.txt for tu_berlin 21 November 2018, 02:23:18 UTC
8e83bd3 Merge pull request #110 from gar1t/setting-overrides Support override of epochs and batch_size from command line 21 November 2018, 02:22:53 UTC
510b6b9 Merge pull request #109 from gar1t/requirements-txt Add requirements.txt 21 November 2018, 02:22:41 UTC
f02b571 Merge pull request #108 from gar1t/misc-fixes Misc fixes 21 November 2018, 02:22:28 UTC
78c298e Option to generate train_files.txt and test_files.txt for tu_berlin This change avoids having to manually concatenate `fold_*_files.txt`. 21 November 2018, 00:50:05 UTC
9055d1f Support override of epochs and batch_size from command line 21 November 2018, 00:26:58 UTC
0a9571e Add requirements.txt 21 November 2018, 00:21:56 UTC
2eadae6 Fix `rotation_order` attr 21 November 2018, 00:18:40 UTC
6ea1b77 Fix setting used for quick_draw model in README 21 November 2018, 00:18:19 UTC
7da9960 Update test_semantic3d.sh 02 November 2018, 06:47:50 UTC
7b1de7b Update README.md 30 October 2018, 02:10:42 UTC
d1508b8 Update README.md 26 October 2018, 02:00:23 UTC
456e4ee Update README.md 25 October 2018, 01:50:54 UTC
ef11a5f Update README.md 25 October 2018, 01:44:45 UTC
056cff8 Merge pull request #89 from TSchattschneider/patch-1 Fix typo in README.md 19 October 2018, 11:01:08 UTC
de5eae6 Fix typo in README.md 19 October 2018, 06:10:27 UTC
78aeabc Update README.md 08 October 2018, 02:56:17 UTC
72cfcfa Update README.md 26 September 2018, 12:54:57 UTC
7646adb update scannet evaluation to v2 update scannet evaluation to v2 (read .h5 pred file and .pickle test data file) 26 September 2018, 12:50:30 UTC
9ec0954 add room_id to indices_split_to_full 26 September 2018, 12:40:08 UTC
f7eefb0 Fix update_ops 26 September 2018, 01:57:43 UTC
b2a5077 fix update_ops 26 September 2018, 01:50:47 UTC
2f2893a fix the path error 25 September 2018, 08:02:16 UTC
e6d5e1c fix update bugs 25 September 2018, 07:59:18 UTC
a19eee9 add data preparing command on shapenet partseg task 20 September 2018, 07:04:47 UTC
b4f2b71 Update test_s3dis.sh 20 September 2018, 03:53:54 UTC
5cd71ce fix testing issue 18 September 2018, 08:46:10 UTC
0970c56 Update README.md 13 September 2018, 10:58:01 UTC
4764194 update accuracy calculation 29 August 2018, 08:26:34 UTC
078a9fc . 12 August 2018, 10:22:12 UTC
5869646 update semantic3d files 12 August 2018, 10:15:55 UTC
99c29f6 Update test_s3dis.sh 10 August 2018, 02:52:22 UTC
775755a add pretrained models link 09 August 2018, 02:32:31 UTC
4019d80 Update s3dis_x8_2048_fps.py 09 August 2018, 02:00:19 UTC
f135327 remove verbose code 01 August 2018, 09:42:54 UTC
74b6457 Update README.md 31 July 2018, 14:04:57 UTC
c6aeb66 update pointnet2 api 30 July 2018, 09:07:53 UTC
c85399e Delete tf_interpolate_so.so 30 July 2018, 09:06:18 UTC
804181a update config files 02 July 2018, 06:09:03 UTC
369b5cd Update README.md 13 June 2018, 08:49:43 UTC
161b24a Accumulative updates from private repo. 09 June 2018, 06:03:11 UTC
d5397f5 Update README.md 04 June 2018, 05:35:14 UTC
73e508f add pytorh implementation link 18 May 2018, 15:42:03 UTC
back to top