yzcjtr / GeoNet

Code for GeoNet: Unsupervised Learning of Dense Depth, Optical Flow and Camera Pose (CVPR 2018)
MIT License
726 stars 181 forks source link

Version of GeoNet #60

Closed Chenxi93 closed 5 years ago

Chenxi93 commented 5 years ago

I would like to ask if there is a new version of GeoNet coming later? Which using python3 or Tensorflow 2.0. Beacuse i have seen that some tf functions you used is deprecated.
( in the following months I am gonna use your Network as my Master Thema. )

yzcjtr commented 5 years ago

Sorry, I don't have time for this now. You can either use an older version of TF or try to migrate this project to TF 2.0. Any contribution is welcome.

essamgoda commented 4 years ago

@Chenxi93 did you try to upgrade GeoNet? I tried but tf.contrib.slim functionalities and no longer works after upgrading to TensorFlow to 2.0. @yzcjtr any help?