Hugues THOMAS

Results 160 comments of Hugues THOMAS

Hi @laureneb26, First I am sorry to tell you that it is not possible to use Tensorflow (or PyTorch by the way) with anything else than NVIDIA GPUs. This is...

Well, any 1.14 or 1.15 version should be fine. Concerning your error `cannot find -ltensorflow_framework`, does it happen when you try to compile the tf_ops? If you have TensorFlow installed...

When you start compile_op.sh, you need to be in an environment where tensorflow is installed. If you have installed tensorflow in a venv you need to activate it. Otherwise look...

This is strange it seems to be an error in the network model. I have not updated this repo for a long time, but I have never seen this error......

Hi, I am sorry but these are old submissions and I don't have the hyper-parameters I used anymore. They should not be too far from the default parameters. Try to...

Such an error without aby message should be coming from one of the c++ wrappers, but it is not entirely sure. I could help you more if you could track...

The best way to do this is to follow the S3DIS training example. Use the same folder and file structure, and then you will only have minor modifications to do...

I am sorry but I have not coded it, and right now I do not really have time to do it. If you want to try and implement it yourself,...

mmmmh, this might come from different behaviors in new Pytorch version... Can you print the type of tensor `new_class_inds` here: https://github.com/HuguesTHOMAS/KPConv-PyTorch/blob/99bca4d43891f51c82c4704d040da12b5258bacf/datasets/SemanticKitti.py#L773-L774 It seems it is Long but it should be...

Correction pushed. Does it solve the problem?