Tian-Ze Liu

Results 11 issues of Tian-Ze Liu

When I trained PointFlow on shapenet airplane class, it was stuck during training after epoch 9. Does anybody know how to solve this problem? ![pointflow_bug](https://user-images.githubusercontent.com/37836335/179717136-9485bb65-a38d-433e-ab6f-0b2f6321c923.png)

Thanks for sharing this wonderful library. If I want to detect corners and edges in point clouds, does this library support it?

How to implement this on the 3d cnn? (ex: video recognition)

Thanks for your sharing! Nice work! If I want to train on my own dataset for part segmentation, does SoftGroup support it? I have transformed my cad files to point...

Thanks for your sharing! I have downloaded shapenet dataset, but their format is ".txt". ![shapenet](https://user-images.githubusercontent.com/37836335/171321328-06b96f82-bdec-4aac-b59f-63d11c9ddb02.png) ![shapenet2](https://user-images.githubusercontent.com/37836335/171321336-f6207bc2-3b32-4c9f-ab46-938106913229.png) When I wanted to do "bash DataPreprocessing.sh", there was an error said that the...

I want to use 3 seconds clip which has been cut. However, the dataset loading method of my model is openCV. Then, I find that the center frame is not...

I ran the code but I found the following bug: raise ValueError('The channel dimension of the inputs ' ValueError: The channel dimension of the inputs should be defined. Found "None"...

Thanks for your sharing! If I want to use multi-class AsymmetricUnifiedFocalLoss, is current version available?

When I wanted to train dataset, I met following problems. ![image](https://user-images.githubusercontent.com/37836335/164016812-c9c82b4a-0ada-4d22-861a-c0a1a9c9ddd1.png) What is "rel_pos"? Perhaps shared_transformer.py file should add "rel_pos" parameter in Class SharedTransformer ? ![image](https://user-images.githubusercontent.com/37836335/164170081-8101d6d2-908c-41af-bab9-cfb9b0755ba3.png)

How to set different learning rate scheduler like ReduceLROnPlateau and StepLR when training yolo v10? I see there is a default learning schedule (cos_lr) in "ultralytics/cfg/default.yaml" if we set cos_lr...