3d-photography-with-image-i.../DepthEstimation/estimate.py
2022-02-15 19:23:51 +05:30

5 lines
96 B
Python

from inference import main
import tensorflow as tf
tf.compat.v1.app.run(
main=main,argv=None
)