openalea / phenomenal

Phenomenal: An automatic open source library for 3D shoot architecture reconstruction and analysis for image-based plant phenotyping
https://phenomenal.readthedocs.io
Other
35 stars 17 forks source link

Key Error 120: Already check. This key is available in raw images .But code not access this key. guide me #47

Open Meeniha opened 1 month ago

Meeniha commented 1 month ago

phm_display.show_images([raw_images['side'][120], raw_images['side'][30], raw_images['top'][0]])

........................................................................................................................................................... KeyError Traceback (most recent call last) Cell In[3], line 1 ----> 1 phm_display.show_images([raw_images['side'][120], 2 raw_images['side'][30], 3 raw_images['top'][0]])

KeyError: 120

pradal commented 1 month ago

Dear @Meeniha, Could you give us more details about :

  1. How to reproduce your problem
  2. The version you installed (from source, which version or from conda)

Then, we will be able to reproduce your error, and see if it has already been solved.