Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 664 Bytes

File metadata and controls

12 lines (12 loc) · 664 Bytes

ImageNetDataSetMaker

ImageNetの画像のサイズを揃えるやつ。 ImageNetの画像の中からバウンディングボックスがつけられたものを選んでダウンロードし、バウンディングボックスを含むように画像をトリミングしてくれます。

パラメータ

targetXResolution、targetYResolution

整形後の画像のサイズをここで指定。

useImageCountPerClass

各wordnetid毎に何枚の画像が欲しいかをここで指定。

saveImagePath

画像の保存場所。

checkPointId

途中再開したい場合に使う。wordnetidを入力するとそのidから処理を始める。