thtrieu / darkflow

Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices
GNU General Public License v3.0
6.13k stars 2.08k forks source link

problems starting notebook; doesn't see existing files and will not allow creation of new ones #1148

Closed ankitAMD closed 4 years ago

ankitAMD commented 4 years ago

I had this start happening yesterday as well. No files nor folders shown regardless of which directory I started the notebook in and couldn't open a new Notebook, pasting a token link didn't work for me either.

I found out the issue for me was I had to replace the tornado package with an older version for installing a different package. I updated tornado to the latest version, now everything is working again.