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 the amazing work. I met some problems when try to train EMAP on a custom dataset.
I provided 249 color images, their corresponding edge maps and a meta_data.json file. I suppose the "worldtogt" transformation in the meta file is just for evaluation, so I just set it as Identity. I also copy all the settings in DTU.conf to perform training.
After training, the rendered edge maps seems fairly good enough.
The rendered edge map in validation process, after 195000 and 200000 iters.
The rendered depth map in validation process, after 195000 and 200000 iters.
The rendered normals in validation process, after 195000 and 200000 iters.
However, after edge extraction, there are no points extracted. before visible checking: 0 after visible checking: 0
Then I try to play with the parameter in config file, I found increasing udf_threshold could increase the number of extracted points. I modify the udf_threshold from 0.015 to 0.05 but the extracted points are a mess.
Could you help to solve the problem or tell me in which direction I can explore? Thank you very much!
The text was updated successfully, but these errors were encountered:
Hi, can you tell me how made your custom dataset? @peteryuan123
I just prepared the color image and edge image extracted from pidiNet. Also, provide the meta_data.json containing poses and camera matrix. Then organize the data into the structure mentioned in README.
Hi @peteryuan123, sorry for the late reply! For custom datasets, please ensure the near and far parameters in the config file align with your data, setting far beyond your inputs' farthest depth value if the camera intrinsics and extrinsics haven’t been adjusted. Additionally, try adjusting igr_weight in the config to achieve a more stable UDF field if your dataset setup is correct.
Hi! Thanks for the amazing work. I met some problems when try to train EMAP on a custom dataset.
I provided 249 color images, their corresponding edge maps and a meta_data.json file. I suppose the "worldtogt" transformation in the meta file is just for evaluation, so I just set it as Identity. I also copy all the settings in DTU.conf to perform training.
After training, the rendered edge maps seems fairly good enough.
The rendered edge map in validation process, after 195000 and 200000 iters.
The rendered depth map in validation process, after 195000 and 200000 iters.
The rendered normals in validation process, after 195000 and 200000 iters.
The last log states,
However, after edge extraction, there are no points extracted.
before visible checking: 0 after visible checking: 0
Then I try to play with the parameter in config file, I found increasing udf_threshold could increase the number of extracted points. I modify the udf_threshold from 0.015 to 0.05 but the extracted points are a mess.
Could you help to solve the problem or tell me in which direction I can explore? Thank you very much!
The text was updated successfully, but these errors were encountered: