Yu Zihao
Yu Zihao
@AIBluefisher, hello, is it possible to partition the scene like CMVS or method introduced by Maura, Massimo et al. using GraphSfM? Should I just use lower completeness ratio when performing...
@AIBluefisher, hello, I found that the segmented small maps can not be converted to .nvm files using `model_converter`. I am sure that I can convert the map in folder 0...
Here is the code and log printed: ``` python import pymeshlab as ml ms = ml.MeshSet() print('Loading source mesh') ms.load_new_mesh('sub.obj') # load source mesh print('Loading target mesh') ms.load_new_mesh('sub.ply') # load...
Hello, I am currently using the TecoGAN to perform super-resolution on a video. I find that there is pixel displacement(maybe two pixels) between the corresponding GT images and HR images...
Hello, thank you for the great job. It appears that the 'Cycle' step runs really slow (it takes about 30 mins), and the log stucked after this step. `[Open3D DEBUG]...
Hello, Thank you for your excellent work! Does your implementation support the SD1.5-based MVDream model? I appreciate your time and assistance. Thank you!
Hello, thank you for your great work! Currently, the model has a batch of 4 images generated. If we want more views, for example, a top view and a bottom...