ZXi

Results 4 issues of ZXi

In the file: PointCNN/data_conversions/prepare_semantic3d_data.py Line 35:39 ``` data = np.zeros((batch_size, max_point_num, 7)) data_num = np.zeros((batch_size), dtype=np.int32) label = np.zeros((batch_size), dtype=np.int32) label_seg = np.zeros((batch_size, max_point_num), dtype=np.int32) indices_split_to_full = np.zeros((batch_size, max_point_num), dtype=np.int32)...

I ran the PointCNN tensorflow code with my own dataset which was split into training, testing and validation datasets. Training and testing accuracies were tracked during training process. After enough...

The line 60 in your code, tiramisu.py, : cur_channels_count += prev_block_channels actually does nothing, since the cur_channels_count is overwritten before and after. Please consider removing it, since it is confusing...

# Integration Request: TreeAIBox Python Plugin Dear CloudCompare team, I have developed a Python plugin for AI-enhanced tree scan processing currently available on GitHub: [cc-TreeAIBox-plugin](https://github.com/truebelief/cc-TreeAIBox-plugin) ![TreeAIBox Plugin Demo 1](https://github.com/user-attachments/assets/d5df6a25-bd46-4e4f-a735-73d729957a76) ![TreeAIBox...

enhancement