prashant-puri
prashant-puri
Hey i am getting this error Traceback (most recent call last): File "test.py", line 137, in basic_usage() File "test.py", line 39, in basic_usage for search in sqlalchemy_session.query(ScraperSearch).all(): AttributeError: 'ScraperSearch' object...
hey got the answer with this Try modify GoogleScrapper/core.py last line if return_results: return scraper_search should be if return_results: return session
hey mavverick Modify GoogleScrapper/core.py file, In that change "return scraper_search" to "return session"
@fye881 Did you find Resent 18 prototxt and caffemodel?
@KevinYuk Did you get Resent-18 model for Caffe?
I also face same problem.