fizyr / keras-retinanet

Keras implementation of RetinaNet object detection.
Apache License 2.0
4.38k stars 1.96k forks source link

how to 5 channel image load? #1487

Closed kimtaehyeong closed 3 years ago

kimtaehyeong commented 4 years ago

Hello. The data I have is data with a total of 5 channels. However, it seems that the loader part uses only 3 channels (RGB) instead of 5 channels. Here, I want to learn with 5 channels and get results. What should I do?

Thank you.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale due to the lack of recent activity. It will be closed if no further activity occurs. Thank you for your contributions.