CLASS_VISION Telegram 553
احتمالا به این مشکل برخوردید بعضی وقتا عکسو که میخونید تک کانالست! بعضی وقت ها int هستش! برخی مواقع uint8 و ...
این باعث میشه برای فرمت های مختلف با توابع مختلف که میخونید به دردسر بخورید.
تابع imread زیر خیلی میتونه کمکتون کنه:


import skimage
import imageio


def _to_rgb(img):
w, h = img.shape
ret = np.empty((w, h, 3), dtype=np.uint8)
ret[:, :, 0] = ret[:, :, 1] = ret[:, :, 2] = img
return ret


def imread(image_path):
content = imageio.imread(os.path.expanduser(image_path))
if content.ndim == 2:
_to_rgb(content)
content = skimage.img_as_ubyte(content)
return content



tgoop.com/class_vision/553
Create:
Last Update:

احتمالا به این مشکل برخوردید بعضی وقتا عکسو که میخونید تک کانالست! بعضی وقت ها int هستش! برخی مواقع uint8 و ...
این باعث میشه برای فرمت های مختلف با توابع مختلف که میخونید به دردسر بخورید.
تابع imread زیر خیلی میتونه کمکتون کنه:


import skimage
import imageio


def _to_rgb(img):
w, h = img.shape
ret = np.empty((w, h, 3), dtype=np.uint8)
ret[:, :, 0] = ret[:, :, 1] = ret[:, :, 2] = img
return ret


def imread(image_path):
content = imageio.imread(os.path.expanduser(image_path))
if content.ndim == 2:
_to_rgb(content)
content = skimage.img_as_ubyte(content)
return content

BY 🚀 کلاس‌ویژن | یادگیری هوش مصنوعی از پایه تا پیشرفته


Share with your friend now:
tgoop.com/class_vision/553

View MORE
Open in Telegram


Telegram News

Date: |

Select: Settings – Manage Channel – Administrators – Add administrator. From your list of subscribers, select the correct user. A new window will appear on the screen. Check the rights you’re willing to give to your administrator. Invite up to 200 users from your contacts to join your channel The group’s featured image is of a Pepe frog yelling, often referred to as the “REEEEEEE” meme. Pepe the Frog was created back in 2005 by Matt Furie and has since become an internet symbol for meme culture and “degen” culture. With the administration mulling over limiting access to doxxing groups, a prominent Telegram doxxing group apparently went on a "revenge spree." Informative
from us


Telegram 🚀 کلاس‌ویژن | یادگیری هوش مصنوعی از پایه تا پیشرفته
FROM American