-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I run this network with my own data? #23
Comments
Hi,
|
Hi @AllenXiangX, first let me thank you for you kind reply, i tried to use the network as you illustrated to me in the above reply. """(spd) navlab@navlab-ProLiant-DL380-Gen10:/media/navlab/GNSS/work/pc_completion/SnowflakeNet$ /home/navlab/anaconda3/envs/spd/bin/python /media/navlab/GNSS/work/pc_completion/SnowflakeNet/completion/test_custom.py |
Hi, sorry for the late response. |
Hi @AllenXiangX, thank you for the reply. I have modified the data tensor size to be (b,n,3) as in my used script "test_custom_modified.py" attached with data file used. Here is the error: May you help me to solve this error and modify my custom_test script to complete the point cloud? I know it may be bothersome to you.But I think your help will enrich this issue for anyone who wants to apply inference to collected data. |
In the function "complete_point_cloud", delete the line |
@AllenXiangX, Thank you so much; the script is okay. |
I have the same problem in my work, can you give me some advice to run this network with my own data? |
@SWWdz , hi you can use the code i provided in this issue based on AllenXiangX advices. Please follow the following: |
Is there an way to change the amount of points the pretrained model completes in the point cloud? I'm using the same code provided by @mostafa501, howver trying to change a bit of the configs didn't work for me. |
Hey all,
I see that you have a custom dataloader for the solution, but I was curious how to use this network on my own data. For example, say I have a PCD which is already incomplete, I do not have the ground truth for this. I just want to run inference on this data. How would be the best way to progress using this network? Any help on this would be very much appreciated. Thank you for the contribution !!
The text was updated successfully, but these errors were encountered: