Detail-Preserved-Point-Cloud-Completion-via-SFA
Detail-Preserved-Point-Cloud-Completion-via-SFA copied to clipboard
code
hello, I have the following question when I load the trained model and run the eval.py.
could help me , thanks
Hi, @xiaofeifeifeifeifei . Please refer to issue #3 .
thanks, run the code successfully
hello, when I train the model, the following question occured
Hi, @xiaofeifeifeifeifei This is a cuda lib missing error. Your current tensorflow needs cuda 10.0, please check if your cuda version is 10.0 first and if the cuda lib path is added to PATH.
if I only test the car, where can I get the car's test.lmdb.
@xiaofeifeifeifeifei Sorry for late replying. You can create a lmdb file with the following codes: https://github.com/wentaoyuan/pcn/blob/master/lmdb_writer.py
This codes is writen by the author Wentao Yuan of PCN. Set the list_path to the folder containg the car pcds for testing.