Open XuanNui opened 1 year ago
%cd /content/PanoHead !python shape_utils.py /content/output/easy-khair-180-gpc0.8-trans10-025000.pkl/0/PTI_render/ --level 25
/content/output/easy-khair-180-gpc0.8-trans10-025000.pkl/0/PTI_render/
@XuanNui
/content/output/easy-khair-180-gpc0.8-trans10-025000.pkl/0/PTI_render/
run this,but still not find the ply file
hello, there are some reasons for this: firstly, --num-steps=200 --num-steps-pti=200, these paras should set blow 300, for eaxample i set 200; sencondly, in projector_withseg.py: 391, you shoud set max_batch = 100000; finaly, in projector_withseg.py: 427, set output_ply = True. in the end, you will find /content/output/easy-khair-180-gpc0.8-trans10-025000.pkl/0/geometry.ply
hello, there are some reasons for this: firstly, --num-steps=200 --num-steps-pti=200, these paras should set blow 300, for eaxample i set 200; sencondly, in projector_withseg.py: 391, you shoud set max_batch = 100000; finaly, in projector_withseg.py: 427, set output_ply = True. in the end, you will find /content/output/easy-khair-180-gpc0.8-trans10-025000.pkl/0/geometry.ply
I can't find the code?, where do you add it and when?
Checked it and all the text you wrote is the same, it still didn't work
Checked it and all the text you wrote is the same, it still didn't work
hi , you should add --shapes=True firstly.
Checked it and all the text you wrote is the same, it still didn't work
hi , you should add --shapes=True firstly.
Hi, already did that
Hi, already did that
hi, I tried again.I got a Ctrl-C in the ends without a ply file.With opening Resource Panel, I found System RAM was overhead, so the program was terminated(that why it was ended with Ctrl-C).Therefore I turned down "max_batch = 1000 voxel_resolution = 256" in projector_withseg.py in 391 392.After that, it works. By the way, you could not get a nice 3D model in such a setting.If you want to get a useful 3D model , you need more powerful machine than google free T4.
Ah ok, so free isn't good. Got it!
Is it possible to skip the mp4 and only generate the ply?
Hi, already did that
hi, I tried again.I got a Ctrl-C in the ends without a ply file.With opening Resource Panel, I found System RAM was overhead, so the program was terminated(that why it was ended with Ctrl-C).Therefore I turned down "max_batch = 1000 voxel_resolution = 256" in projector_withseg.py in 391 392.After that, it works. By the way, you could not get a nice 3D model in such a setting.If you want to get a useful 3D model , you need more powerful machine than google free T4.
Which gpu would i need and how many compute units does each use cost?
EDIT: facepalm question but should i clone it to drive first?
Hi, already did that
hi, I tried again.I got a Ctrl-C in the ends without a ply file.With opening Resource Panel, I found System RAM was overhead, so the program was terminated(that why it was ended with Ctrl-C).Therefore I turned down "max_batch = 1000 voxel_resolution = 256" in projector_withseg.py in 391 392.After that, it works. By the way, you could not get a nice 3D model in such a setting.If you want to get a useful 3D model , you need more powerful machine than google free T4.
Which gpu would i need and how many compute units does each use cost?
EDIT: facepalm question but should i clone it to drive first?
I added --shapes=True to your hints, but in the end I didn't find the ply file, what can I do to get the 3d model?