yang1hu

Results 10 issues of yang1hu

it is a great project ,I use the nerf garden dataset to reconstruction and i only get the table in the mesh. but i wanna get all environment in the...

你好,首先感谢分享这个优秀的工程。我这边遇到这样一个问题,我在太阳光下拍摄了一段视频,然后切分成图片,进行重建,但是我发现效果不好,我看切分的图片中,有的图片明亮,有点是暗的,这个是因为我们这个方法是分解光的原因,然后光照对结果影响非常严重吗,这个有什么好的方法可以处理吗

It is a great project and I try to ran the project, i use the nerf_llff_fern dataset and when it raise the error like this ![error_picture](https://github.com/ashawkey/nerf2mesh/assets/45646135/bc63902e-0fcd-4336-bd2b-69ff5c5587b6) i first run it...

when I try to train my dataset with train_densify_prune.py ,I encounter the error when the processing to 60% . my machine is unbuntu 20.04 and RTX 4090 GPU i execute...

i wanna get the similar effect with the demo effect ,for example: https://github.com/Anttwo/SuGaR/blob/main/media/overview/playroom_notex.gif, because i use my own dataset,i get many holes. ![hole_demo](https://github.com/Anttwo/SuGaR/assets/45646135/5b7ffd93-a8f3-49fc-bfb6-c245068726bd) i wanna know if different dataset get...

Thanks for your great project! I have got the mesh successfully. I wanna know if there is any way to get the texture, thank you very mush

hello,this is a great project. however! I wanna use my custom dataset, the dataset is from a video and convert with colmap, i can not get the transfroms,json,how can i...

Hi!Thank for your great project ! I wanna know,If i already have a mesh ! for example ,the mesh come from sugar.if I can get the texture with texrecon command...

enhancement

Hi! Thanks for your wonderful project. it is really great! but when i wanna try the mvmp.i try to download the dataset from the doc:https://github.com/zju3dv/EasyMocap/blob/master/doc/mvmp.md the download link https://zjueducn-my.sharepoint.com/:u:/g/personal/s_q_zju_edu_cn/EZFGgpK2Y6RBkPbGvny_PC0BIS08qJvxGYEHYopjhHX_TQ?e=LY3pgm you...

from DrissionPage import ChromiumOptions, ChromiumPage co = ChromiumOptions() co.set_pref('credentials_enable_service', False) co.set_argument('--hide-crash-restore-bubble') co.set_paths(browser_path=r'/usr/bin/chromium-browser') co.set_argument("--no-sandbox") co.set_argument('--incognito') co.headless(True) page = ChromiumPage(co) page.set.download_path('.') page.set.download_file_name('qq.exe') page.get('https://im.qq.com/pcqq/index.shtml') ele = page.eles('css=div.down-btn')[1] mission = ele.click.to_download(rename='QQ.exe') mission.wait() page.close() 这个是我下载文件的代码,但是执行到了总是取消下载,在win上是可以下载的...