mabaorui / NeuralPull

Implementation of ICML'2021:Neural-Pull: Learning Signed Distance Functions from Point Clouds by Learning to Pull Space onto Surfaces
MIT License
179 stars 28 forks source link

If you operating system supports python=3.6.13 and tensorflow=2.5.0,I offer you another solution: 1. Download this file https://drive.google.com/drive/folders/1N7ZFI_eFsBEpO6ra0G9Bzc5PurSexoww?usp=sharing 2. Run this command ‘conda env create -f NeuralPull.yml’ 3. Run this command ‘source activate tensorflow’ 4. Replace this line of code ‘import tensorflow as tf’ in NeuralPull.py and #10

Closed mabaorui closed 2 years ago

mabaorui commented 2 years ago

If you operating system supports python=3.6.13 and tensorflow=2.5.0,I offer you another solution: 1. Download this file https://drive.google.com/drive/folders/1N7ZFI_eFsBEpO6ra0G9Bzc5PurSexoww?usp=sharing 2. Run this command ‘conda env create -f NeuralPull.yml’ 3. Run this command ‘source activate tensorflow’ 4. Replace this line of code ‘import tensorflow as tf’ in NeuralPull.py and sample_query_point.py with ‘import tensorflow.compat.v1 as tf

tf.disable_v2_behavior()’ If you still have problems, please feel free to contact me.

Snipaste_2021-07-15_20-20-14

Originally posted by @mabaorui in https://github.com/mabaorui/NeuralPull/issues/2#issuecomment-880653009