Fariba Rezaei

Results 6 comments of Fariba Rezaei

you should downgrade opencv-python to less than 4.5 (example 4.4.0.46) since cv2.minRectArea results in positive angle in newer version

> Based on your description, I am curious to know if the sparse reconstruction process in COLMAP was successful. Could you possibly share the sparse point cloud and your input...

> This is wired. Did you check if the camera poses are correct ? I have provided a colmap extractor in the convert.py for your reference. yes. in convert.py camera...

> There are no details about what is happening, but I guess it is one of two things: > > 1. Either Colmap fails completely in the case where the...

> Not only symmetrical objects. Simply put, if your object does not take up enough space in the frame with a certain camera setting, colmap will not have reference points...

you can try this way while creating env: git submodule deinit -f submodules/simple-knn git rm -f submodules/simple-knn git submodule add --force https://github.com/camenduru/simple-knn submodules/diff-surfel-rasterization git add .gitmodules git add submodules/simple-knn git...