Rearranging a numpy array to fit its grid cell

后端 未结 0 684
别那么骄傲
别那么骄傲 2021-02-09 20:49

I coded a YOLO model from scratch and have a numpy array which looks like this:

[
 [[1 0 1 0.4 0.3 0.2 0.1]
 [1 1 0 0.2 0.3 0.4 0.5]
 [0 0 0 0 0 0 0]]
 ...]


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题