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
Hello, I want to try train my dataset,but I run into some problems,hope you can give me some advice?Thanks.
1)The camera internal and external parameters used in my data are not uniform, so I modified some of the code in "dtu_general.py", I am more confused about the role of the "pair.txt" file in it, whether each Does the scene need one?
2)The resolution of the image is not 640x512, not a multiple of 32. Does running the program have any effect?
3)I selected 9 sets of data in the dtu data set to remove the background for training. The results obtained were very bad. Do you need to increase the amount of data or why?
The text was updated successfully, but these errors were encountered:
1), the "pair.txt" file in DTU records the pairs of one reference image and its source images, which makes sure the input images have enough overlaps. You should make sure the input images of your dataset do so.
2) The resolution won't be a problem, just make sure its resolution is OK for the 2D feature network.
3) You can first try to fit the network on one pair of images and see the results to check for any problems.
Thanks! I chose to train only one as you said. But the result is not very good. I would like to ask if "meshes_train_bg" and "meshes_val_bg" are 3D models of objects?
Hello, I want to try train my dataset,but I run into some problems,hope you can give me some advice?Thanks.
1)The camera internal and external parameters used in my data are not uniform, so I modified some of the code in "dtu_general.py", I am more confused about the role of the "pair.txt" file in it, whether each Does the scene need one?
2)The resolution of the image is not 640x512, not a multiple of 32. Does running the program have any effect?
3)I selected 9 sets of data in the dtu data set to remove the background for training. The results obtained were very bad. Do you need to increase the amount of data or why?
The text was updated successfully, but these errors were encountered: