LoginSignup
0
0

More than 5 years have passed since last update.

Chainerメモ その4

Posted at

7. 学習用データ作成(画像リサイズ)

mv images images_origin
mkdir images
python3 chainer_imagenet_tools/crop.py images_origin/ images/

8. meanファイル作成(画像データなどが入った、学習用バイナリーデータ)

python3 compute_mean.py train.txt

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0