Detail-Preserved-Point-Cloud-Completion-via-SFA icon indicating copy to clipboard operation
Detail-Preserved-Point-Cloud-Completion-via-SFA copied to clipboard

code

Open xiaofeifeifeifeifei opened this issue 4 years ago • 6 comments

hello, I have the following question when I load the trained model and run the eval.py. image could help me , thanks

xiaofeifeifeifeifei avatar Dec 28 '20 09:12 xiaofeifeifeifeifei

Hi, @xiaofeifeifeifeifei . Please refer to issue #3 .

XLechter avatar Dec 28 '20 14:12 XLechter

thanks, run the code successfully

xiaofeifeifeifeifei avatar Dec 29 '20 02:12 xiaofeifeifeifeifei

hello, when I train the model, the following question occured image

xiaofeifeifeifeifei avatar Jan 13 '21 12:01 xiaofeifeifeifeifei

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.

XLechter avatar Jan 15 '21 03:01 XLechter

if I only test the car, where can I get the car's test.lmdb.

xiaofeifeifeifeifei avatar Jan 23 '21 09:01 xiaofeifeifeifeifei

@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.

XLechter avatar Jan 31 '21 04:01 XLechter