-
Notifications
You must be signed in to change notification settings - Fork 34
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
On blender preprocessing #9
Comments
|
Thanks for your reply, but I still have not resolved this specific problem. The preprocessing command given by the author team (blender -P tools/dataset/preprocess_shapenet.py - "$SHAPENET_PATH" "$OUT_PATH" --strip-materials --out-name ShapeNetCore-nomat), I would like to ask you how use? Can you share your specific blender -P code? Because no matter how I try, the format is wrong, prompting me that there is no output directory. Can you share your specific order? What does ShapeNetCore-nomat refer to? And whether it can run after installing pip install blender? Do you need other dependencies? Looking forward to your reply. |
You need download ShapeNet and set the To run the script you have to install blender. Try |
I'm sorry. Maybe it's because I used blender this way for the first time, so I haven't solved the problem now. It's really uncomfortable to be stuck here. Would you please help me to see what's wrong with my command?My command clearly gives the output name: I downloaded the shapenet dataset,This still fails to run, indicating that there is no out name error: usage: blender [-h] [--strip-materials] --out-name OUT_ NAME shapenet_ dir out_ Dir I hope you can reply me and tell me what to do. Thank you very much! |
You haven't set |
I know this is a stupid question, but how to set outname? Can I have a look at your order? |
|
I've tried all the possible combinations below, but I still can't. Is this -- out name an existing folder, a folder to be generated or a file? blender -P /home/latentfusion-master/tools/dataset/preprocess_shapenet.py -- "/media/zero/本地磁盘1/dataset/ShapeNetCore/" "/media/zero/本地磁盘1/dataset/out_dataset/" --strip-materials --out-name name_test blender -P /home/latentfusion-master/tools/dataset/preprocess_shapenet.py -- "/media/zero/本地磁盘1/dataset/ShapeNetCore/" "/media/zero/本地磁盘1/dataset/out_dataset/" --strip-materials --out-name "name_test" blender -P /home/latentfusion-master/tools/dataset/preprocess_shapenet.py -- "/media/zero/本地磁盘1/dataset/ShapeNetCore/" "/media/zero/本地磁盘1/dataset/out_dataset/" --strip-materials --out-name/name_test blender -P /home/latentfusion-master/tools/dataset/preprocess_shapenet.py -- "/media/zero/本地磁盘1/dataset/ShapeNetCore/" "/media/zero/本地磁盘1/dataset/out_dataset/" --strip-materials --out-name/"name_test" |
It will make a folder named that in the output directory you're setting. You can also modify the code to hard code it if it's not working for you. |
All kinds of combinations still can't work, indicating that there is no out name. Can I help you with the above instruction code to see if there is any problem? If my output file name is "out"_ How can I write a complete instruction? |
Because I run the program on the server docker. When I run the program(blender -P tools/dataset/preprocess_shapenet.py -- "$SHAPENET_PATH" "$OUT_PATH" --strip-materials --out-name ShapeNetCore-nomat), I always remind me: unable to open a display. What solutions do you have? What's more, can the official explain the functions and details of these five parameters, especially the meaning and setting mode of the latter three parameters, and which friend can explain it.
The text was updated successfully, but these errors were encountered: