Task04 Syrma Timur ITMO#142
Closed
timursyrma wants to merge 1 commit into
Closed
Conversation
Contributor
|
нет ответов на вопросы |
Contributor
|
задача зачтена, 8/10 баллов |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ответы
(k, b) и (-k, -b) геометрически одна прямая, но два минимума. Ceres попадает в один из них. Фикс постфактум, т.е. проверить знак и при необходимости умножить на -1. Правильнее: зафиксировать знак в самой задаче, например k >= 0.
Round-trip тест: Calibration => params => Calibration, проверить что поля совпадают. Если BA идемпотентна, второй вызов подряд ничего не меняет, тогда оптимизатор уже будет в минимуме
saharov32 все 32 кадра. herzjesu25 не проверял
Нет. unproject делит на dist от уже искажённых координат, это приближение. Round-trip не точный даже в теории.
f в пикселях зависит от физического размера пикселя. Уменьшаем картинку в 2 раза — пиксель вдвое крупнее, f делится на downscale.
Да. Сдвиг всех точек и камер на константу не меняет X - translation в функторе, Loss не изменится
Заморозить extrinsics первых двух камер. Все остальное строится относительно них
Круто будет добавить скрипт для рендера PLY в картинку без MeshLab. И по хорошему тест должен сам создавать data/debug/test_sfm_ba/ :)
Github Actions CI