Closed gautamsreekumar closed 5 years ago
I assume that you are executing the commands under "Requirements" sequentially. The unsupervised_captioning is inside workspace directory.
@fengyang0317 Sorry, I was not aware I had posted the comments. I have updated my comments. Please check it again. So what I was saying is that requirements.txt is a file inside the repo. But the repo is cloned after workspace directory is created.
Thanks for your suggestion. I was not aware of this issue. I have updated the Requirements part.
thanks, it does work.
Some corrections and suggestions about the repo.
obj = re.search('data-max="(\d*)"', page)
should beobj = re.search('max="(\d*)"', page)
. I went through the HTML file and this is what I found (as of 8 April, 2019. The format could change later).