aiorhiroki / farmer

farmer is an automated machine learning library.👨‍🌾
Apache License 2.0
12 stars 3 forks source link

csv読み込み処理の対応 #145

Closed curogihu closed 4 years ago

curogihu commented 4 years ago

range(start_time, end_time)でループしているので、 csvでstart: 0, end: 9やstart: 20, end: 35と指定しても、 末尾の1フレームが読み込み対象外になる。

https://github.com/aiorhiroki/farmer/blob/1855e1c38163630bc1b2740b500eb50b8e23e5fa/farmer/ncc/readers/list_annotations.py#L73-L79

curogihu commented 4 years ago

end = 次のstartのときに 同じ画像で違うクラスになるのを回避とのことで、仕様とのこと。