Ahmad Al-Shalabi
Ahmad Al-Shalabi
Yes, there is, you can change the box size of it and the padding between the legends: `var chartLegend = {` ` labels: {` ` boxWidth: 15,` ` padding: 10,...
@DevashishPrasad Thanks for sharing your hard work in this project. I followed the pipeline using Colab but I did not get the same results, and for Bordered tables, I did...
I have a similar issue: /usr/local/lib/python3.6/dist-packages/torch/nn/functional.py:2506: UserWarning: Default upsampling behavior when mode=bilinear is changed to align_corners=False since 0.4.0. Please specify align_corners=True if the old behavior is desired. See the documentation...
Replace all cv2.imshow with cv2_imshow but with only one arg which is the image, don't forget to import "from google.colab.patches import cv2_imshow" . delete all cv2.waitKey(0). Hopefully, it will work....
Try to comment imshow and waitKey functions