Hi,
I am trying to run the examples on my local machine, and when trying to execute the object recognition, the code makes use of a helpers library. Can someone please let me know where I can find this library?
Many thanks,
Gunnar
Hi,
I am trying to run the examples on my local machine, and when trying to execute the object recognition, the code makes use of a helpers library. Can someone please let me know where I can find this library?
Many thanks,
Gunnar
Same here. Where is that helper library with those functions starting lesson 9?
I didnt find it either which brought me here and I find this as the first query.
I am also looking for helper library. Many functions trigger that library.
Can anyone share it?
@GunnarMallon as Iâve been going through this Iâve been wondering the same thing too⌠I mean if they are explicit functions weâve otherwise learned before, then fine.
DeepAI does have a Github, but there is not a lot on there (at least related to what I am currently studing here).
I mean, I get it, they want people to âread throughâ the classes rather than just getting scraped. Yet, sometimes this makes the explicit learning process a little confusingâŚ
I also havenât tried yet, but on the very few Iâve run into you could of course try to âpipâ them.
Thanks for the reply. Thatâs interesting⌠you might want to update the script of the course in that case (e.g., video on Object Detection at 0:20 about running the script on your own machine. Just some constructive feedback.
If, in the notebook, you do:
File-> Open, a Jupyter mngmt. page opens, where you find helper.py, You can copy the functions defined there in your local notebook.
You can download the notebooks and run them on your machine. File-> Download as Notebook.
Francesco - thank you so much! Youâre a star I didnât realise that File â Open opens the management page.
If I go to File â Open from the online notebook of the course I get only a blank new tab which eventually gives a " 504 Gateway Time-out" error, and just a blank new tab if I go to File â Download as.
Example:
If you do this:
⌠you should see this:
If you do this from the âObject Detectionâ lesson, the File list will include âhelper.pyâ.
If I click on File â Open, I donât see the page you posted; the browser opens a new tab, which after some seconds shows " 504 Gateway Time-out". Therefore I have no way to get âhelper.pyâ.
I think you may have a browser problem. This could be due to security or ad blocker plugins.
Yes, it was the ad-blocker, thanks.