You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for your awesome work!
I ran the Penguin demo and it worked very well. Afterwards, I tried to split one of my power drill models and made corresponding modifications according to yaml file in the shapenetpart directory. After running it, the effect doesn't seem to be very good. Can you help me check if the running result is correct? How can I improve?
GSB185.yaml is:
dataset: faust
backend: satr+glip
backend_type: detection_based
dataset_dir: data/GSB185
satr:
gaussian_reweighting: true
face_smoothing: true
face_smoothing_n_ring: 5
camera:
n_views: 10
frontview_std: 4
frontview_center:
3.14
0.0
render_res: 1024
region_names: '[''grip'',''battery'',''chuck'']'
object_class: power drill
Hi, thanks for your awesome work!
I ran the Penguin demo and it worked very well. Afterwards, I tried to split one of my power drill models and made corresponding modifications according to yaml file in the shapenetpart directory. After running it, the effect doesn't seem to be very good. Can you help me check if the running result is correct? How can I improve?
GSB185.yaml is:
dataset: faust
backend: satr+glip
backend_type: detection_based
dataset_dir: data/GSB185
satr:
gaussian_reweighting: true
face_smoothing: true
face_smoothing_n_ring: 5
camera:
n_views: 10
frontview_std: 4
frontview_center:
render_res: 1024
region_names: '[''grip'',''battery'',''chuck'']'
object_class: power drill
command is: CUDA_VISIBLE_DEVICES=0 python scripts/single_dataset_example.py -cfg configs/shapenetpart/GSB185.yaml -mesh_name GSB185_simple.obj -output_dir outputs/demo/GSB185
The text was updated successfully, but these errors were encountered: