Jiacheng Liu

Results 7 issues of Jiacheng Liu

ERROR: Command errored out with exit status 1: /opt/anaconda3/envs/randla/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/7c/d0wzvfk159bb8lrgpr_52jl80000gn/T/pip-install-4j8cxrgv/torch-points-kernels_c8978416228f42a7a560a4c21dea52eb/setup.py'"'"'; __file__='"'"'/private/var/folders/7c/d0wzvfk159bb8lrgpr_52jl80000gn/T/pip-install-4j8cxrgv/torch-points-kernels_c8978416228f42a7a560a4c21dea52eb/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools...

1.What is the val data of s3dis? 2.What is the preprocessing process of semantic3d (bunchsize=1e10^5)?

when I run prepare_s3dis.py i missed a problem: when I delete np.float and encoding ,this program exported .npy files but when I run subsample.py this program raise another problem: is...

thanks for your sharing! I have run this code on linux successfully,but when I run it on windows followed the instructions,some errors generated:RuntimeError: expected scalar type Long but found Int....

Hello Mr. Thomas, I have a few questions during the data processing: - Is the dataloader operation based on potentials/probabilities? First, initialize the potentials/probability of each point and then iterate...

Hello mr.Thomas.Thank you for your wonderful work!!And I have met a new question: I have modified this dataset as the same as s3dis, but when i run the triaing process,...

` if self.config.in_features_dim == 1: pass elif self.config.in_features_dim == 4: stacked_features = np.hstack((stacked_features, features[:, :3])) elif self.config.in_features_dim == 5: stacked_features = np.hstack((stacked_features, features)) elif self.config.in_features_dim == 7: stacked_features = np.hstack((stacked_features,...