simon
simon
Do you find the solution of run on own data, the idr data format seems different from this
Do you solve this problem? i meet the same issue.
Thanks for your reply , I have a mesh without uv coodinate. So I run two pass, the first pass learn material['kd_ks_normal'] and then use xatlas to extract uv, finaly...
> Thanks for your reply , I have a mesh without uv coodinate. So I run two pass, the first pass learn material['kd_ks_normal'] and then use xatlas to extract uv,...
> Nice that you got it working! Are you saying that you used an older version of nvdiffrast, and when updating to the latest version of nvdiffrast it works? Our...
The error place is mvsnet.py:329 ` K_xyz_src = torch.matmul(intrinsics_src, xyz_src) #B*3*20480` the intrinsics_src seems to be changed in later I change the code to ``` intrinsics_src_ = intrinsics_src K_xyz_src =...
> > The error place is mvsnet.py:329 > > ` K_xyz_src = torch.matmul(intrinsics_src, xyz_src) #B*3*20480` > > the intrinsics_src seems to be changed in later > > I change the...
same question
could you explain why do these operator on noise_pred by lora and then calculate loss with pretrain sd noise? https://github.com/threestudio-project/threestudio/blob/1de1f157aaf34307bb65c05c6bba9a46a03efdcc/threestudio/models/guidance/stable_diffusion_vsd_guidance.py#L512 
I also found the database sometimes is not ordered and maybe this link can solve the second problem for you ? [https://github.com/colmap/colmap/issues/559#issuecomment-457926309](url)