Closed subhacom closed 4 years ago
Yeah it's a typo, that should be a double equals sign in both files (i.e. gsutil==4.46
), sorry about that.
It should be fine now but let me know if you encounter any problems.
Thanks for reporting the bug! :)
By the way, I'm really curious how you ended up here... ENet is a 2016 architecture and this repo has not really been active since 2017. I'd imagine there would be easier, better and faster ways to do semantic segmentation by now! What gives?
Thanks for the prompt response, and for maintaining this project all these years.
I am really an outsider, just getting my feet wet with modern ML tools. Some sequence of google searches for image segmentation and keras landed me here. In particular, the enet paper shows up quite early in the search, and the authors' github page directs here for keras version.
Cool!
You might have heard this before but (in case you haven't) bear in mind that:
Let me know if there's anything else.
Cheers
Pip throws and error on the line containing:
gsutil=4.46
which seems to be a typo inrequirements.txt
. The same issue appears inenvironment.yml
when using conda to install the dependencies. Other than that, many of these dependencies seem to be on out-dated versions. Is there any other recommended way to get the installation to work with more recent packages?