firaki12345-cmd
firaki12345-cmd
HI, everyone SO i am trying to do instance segmentation with PIxel lib ,but get the following Value Error My Code: import pixellib from pixellib.tune_bg import alter_bg from pixellib.instance import...
Hi, i am looking for pre-trained weights/Model for shoe wear. because i tried using the Following Model https://github.com/ayoolaolafenwa/PixelLib/releases/download/1.1/deeplabv3_xception_tf_dim_ordering_tf_kernels.h5 but it does not segment Shoes properly. Please Help Thanks :)
Hi, thank you so much for making this code. Now i have web-scraped some shoe images, but get mixed results (Below Pic) https://i.postimg.cc/YCTBpyTc/Screenshot-from-2021-11-03-11-07-53.png Is there a per-trained Fashion model ?,...
Hi so i have the followinng code, i can change the user-agent jsut fine, but how to add additional header options ? ``` from selenium.webdriver import FirefoxOptions from helium import*...
Hi, so i am using the following two rgb values to compare if they are similar (They are shades of light to mid dark green) ``` color1_rgb = sRGBColor(143,176,132) color2_rgb...