Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

推論スクリプトの実装 #4

Open
3 tasks
FloatingPoint64 opened this issue Feb 23, 2021 · 0 comments
Open
3 tasks

推論スクリプトの実装 #4

FloatingPoint64 opened this issue Feb 23, 2021 · 0 comments

Comments

@FloatingPoint64
Copy link
Owner

概要

2021.02.23現在では、inferenceスクリプトが公開せれていない。
(depth from video in the wildの時もegomotionのみだったので、配布しない方針?)
このため、一から推論スクリプトを実装する必要がある。
出力内容を調べ、それらを1ファイルにまとめて保存できるようなスクリプトを作成する。

実装の概要

シーケンス画像があるディレクトリを入力として、内部で画像組を作成する方針。
(訓練時のように連結した画像を読み込まない)
出力方法は後で調べるが、Depth mapやintrinsicsなど、複数の出力内容をなるべく少ないファイル数で保存する。
depth_from_videoの時と同じなら、Depth mapが各フレームごとに、その他のパラメータが2枚の画像ごとに1データになるはずなので、合計2ファイル?

作業内容

完了条件

  • 論文の実験結果と同等の見た目をした推論結果が得られること
    • 定量・定性評価は別issueで行う
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant