DevoLearn / devolearn

Accelerate data driven research on embryos with deep learning models :microscope:
MIT License
43 stars 30 forks source link

move to decord/imageio for reading videos/images #43

Open Mayukhdeb opened 3 years ago

Mayukhdeb commented 3 years ago

Currently devolearn uses cv2 to load and run inference on images/videos. There are faster and cleaner alternatives like decord and imageio which can be used instead.

aswarth123 commented 3 years ago

Hi mayukh I am intrested in handling this issue can you assign it to me. I will go through the code and ask in case of doubts. Can you also tell me about the slack community is it open for people to join?

Mayukhdeb commented 3 years ago

Hi @aswarth123, thank you for your interest! Yes! the slack community is indeed open for everyone to join. You can find it here.

vrutikrabadia commented 3 years ago

Hello mayukh I am also interested. So, can I also help to solve the issue?

aswarth123 commented 3 years ago

@Mayukhdeb do you want me to change all the image manipulation statements or I should only change the read and write one?

kingjuno commented 2 years ago

@Mayukhdeb Please assign me this issue and What do you think of using skimage (here it was mentioned imageio) and decord for video.