1. 학습
  2. /
  3. 강의
  4. /
  5. Introduction to NumPy

Connected

연습 문제

Loading .npy files

The exercises for this chapter will use a NumPy array holding an image in RGB format. Which image? You'll have to load the array from the mystery_image.npy file to find out!

numpy is loaded as np, and mystery_image.npy is available.

지침

100 XP
  • Load the mystery_image.npy file using the alias f, saving the contents as an array called rgb_array.