angyee

Results 13 issues of angyee

help me with to get the pre-trained weights, available for this analysis?

I want to detect my custom face with name on the result window with a pre-trained model of mobilefacenets

$ python3 main.py Using TensorFlow backend. 2019-07-01 11:52:10.385753: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA 2019-07-01 11:52:10.408767: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU...

i am getting results like this, but how to display the result of image? [{'rois': array([[244, 287, 590, 721], [216, 737, 426, 925]], dtype=int32), 'class': array([1, 1], dtype=int32), 'scores': array([0.9834276...

Webscraping-baby-yoda-with-requests-and-bs4, ran the code but getting above error, how can I download google search images?

desiredURLs = soup.findAll('div', {'class':'T1diZc KWE8qe'}) what is new class for link ? what changes can i make for that https://www.google.com/search?q=boxes&tbm=isch&hl=en-US&chips=q:boxes,g_1:cardboard:MAVondKIZDU%3D&hl=en-US&ved=2ahUKEwiCo77jiMjqAhWC0HMBHaCrAnYQ4lYoAXoECAEQFQ&biw=1518&bih=801

working with showing results on which contains only single damage area labled in image. and multiple damage area labeled in image is not showing results with multiple bounding box why?...