NiceboyWiseboy

Results 5 comments of NiceboyWiseboy

Go to Pixellib folder -> semantic -> deeplab.py in your installed location of Pixellib and replace this line. Replace this **from tensorflow.python.keras.layers import BatchNormalization** with **from keras.layers.normalization.batch_normalization import BatchNormalization**. It'll...

Hello @tsiva , Can you please help with Horizontal Scroll? As I'm also stuck with this issue. Thanks, Best Regards

Hello @AdityaMulgundkar, First of all, thanks for your great work you've shared with us. Please can you tell me that does this plugin have findContours() function? Thank you, Best Regards

Nevermind, I got it done by myself by just removing `-> dict[str, Any]` from `def dict(self) -> dict[str, Any]: return self.__dict__["data"]` on line 266 Leaving this here, in case anyone...