caojiehui

Results 8 issues of caojiehui

Hi, julian, Your work is great. Thanks for sharing. I download the resource.rar and there are several folders including different data. As far as I know, the data of the...

I meet the error "tensorflow.python.framwork.errors_impl.NotFoundError: libtensorflow_framework.so: cannot open shared object file : No such file or directory". I hope you have time to help solve it.

We use the following command to convert the scene into a 3D mesh format: ``` config_path=/home/yingjie/threestudio/outputs/prolificdreamer/Golden_rainwater_in_a_fantastical_weather,_realistic_detailed_photo,_4k@20231023-110627/configs/parsed.yaml resume_path=/home/yingjie/threestudio/outputs/prolificdreamer/Golden_rainwater_in_a_fantastical_weather,_realistic_detailed_photo,_4k@20231023-110627/ckpts/last.ckpt CUDA_VISIBLE_DEVICES=9 python launch.py --config $config_path --export resume=$resume_path system.exporter_type=mesh-exporter system.exporter.context_type=cuda system.geometry.isosurface_threshold=10. ``` The generated...

How do I control the color, font, and size of the generated letters?

> raceback (most recent call last): > File "/home/yingjie/miniconda3/envs/dpose/lib/python3.9/site-packages/transformers/modeling_utils.py", line 442, in load_state_dict > return torch.load(checkpoint_file, map_location="cpu") > File "/home/yingjie/miniconda3/envs/dpose/lib/python3.9/site-packages/torch/serialization.py", line 797, in load > with _open_zipfile_reader(opened_file) as opened_zipfile: >...