-
Notifications
You must be signed in to change notification settings - Fork 385
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
no lfd feature calculated using compute_lfd_feat_multiprocess.py #52
Comments
Hi, The output from To help debug this, can you try to set |
I already set --n_process to 0, and there is no error message. |
What's under 'self.temp_path.with_suffix("").as_posix()'? Should those be mesh_q4_v_1.8.art, mesh_q8_v1.8.art.etc? |
When I try to use the '../light-field-distance/build/lib/lfd/Executable/Distance' and feed 2 mesh obj.path to the command process = subprocess.Popen(['./3DAlignment', 'Original/obj/110920150452/mesh', 'Original/obj/110920150452/mesh'], cwd=run_dir, stdin=subprocess.PIPE, stdout=subprocess.PIPE,stderr=subprocess.PIPE, ) it output the similarity number. But when I call the ./3DAlignment file and feed 1 mesh obj path. it outputs nothing. |
I do have some error when I try to recompile the scipts in /light-field-distance
|
Hi there, I've been testing the evaluation metrics using 2 example dataset which contains 2 ground truth obj, and 20 generated obj.
It seems that
only create null files like mesh_q4_v_1.8.art, mesh_q8_v1.8.art, etc.
Then when I try to run the compute_lfd scripts: using
python compute_lfd.py --split_path PATH_TO_TEST_SPLIT --dataset_path PATH_FOR_LFD_OUTPUT_FOR_GT --gen_path PATH_FOR_LFD_OUTPUT_FOR_PRED --save_name results/our/lfd.pkl
I got
Segmentation fault (core dumped)
when loading the data.GET3D/evaluation_scripts/compute_lfd.py
Line 25 in 6fda9cd
Is the data supposed to be null? or it should be the calculated lfd feature? I've roughly checked the align_mesh() function in lfd_me.py but it seems that I couldn't find a line of code that actually write lfd feature to the created null files: mesh_q4_v_1.8.art, mesh_q8_v1.8.art, etc.
Appreciate your help!
The text was updated successfully, but these errors were encountered: