Open3
google colab 雑多
2024-10-20: メニュー→ランタイム→ランタイムのタイプを変更 で T4 GPU を選択した。
!git clone https://github.com/apple/ml-depth-pro.git
!pip install -e ./ml-depth-pro
!source ml-depth-pro/get_pretrained_models.sh
同じフォルダ指定すると jpg ファイルのときに上書きしちゃうので注意。
%env PATHTO=drive/MyDrive/corge
%env NAME=grault/garply.png
!depth-pro-run -i ${PATHTO}/${NAME} -o ${PATHTO}/output
2024-11-02:
focal と .csv 書き出しのための追加コード.
print(f"focal, {focallength_px}")
csv_file = (
args.output_path
/ image_path.relative_to(relative_path).parent
/ f'{image_path.stem}.csv'
)
np.savetxt(csv_file, depth, delimiter=',', fmt='%.3f')
2024-11-09: ぇー。5.5.6 より新しい 6.29.5 が動いている。4.0.1 を要求されているが 2.13.3 を持っている。
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
google-colab 1.0.0 requires ipykernel==5.5.6, but you have ipykernel 6.29.5 which is incompatible.
inflect 7.4.0 requires typeguard>=4.0.1, but you have typeguard 2.13.3 which is incompatible.
そのまま進んでみた。1080 3.6% 以下継続中。