0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

画像Idファイルと画像同士の経路ファイルからランダムな移動パターン画像リストを作成するPGM

Last updated at Posted at 2021-08-14

画像Idファイルと画像同士の経路ファイルからランダムな移動パターン画像リストを作成するPGM

画像Idファイルと画像同士の経路ファイルからランダムな移動パターン画像リストを作成するPGMを作成しました


githubURL:https://github.com/NanjoMiyako/pathAndImage
使い方

画像Idファイルと画像同士の経路ファイルを作成し、以下のコマンドライン引数を指定して
PGMを実行します

python PathAndImage.py 画像Idファイルのパス 画像同士の連結経路データファイルのパス 出力ファイル名 経路移動回数

画像Idファイルの形式
画像Id名, 画像ファイルのURL
(以下同様の行が続く)...

画像同士の連結経路データファイルの形式
移動元画像Id名,移動可能画像Id1, ..., 移動可能画像Idn
(以下同様の行が続く)...


参考にしたサイト Python | テキストファイルへ書き込む ランダムに出力!Pythonでrandomを使う方法【初心者向け】 | TechAcademyマガジン [解決!Python]リスト(配列)の使い方まとめ:解決!Python - @IT map関数 listの全て要素に対して同じ処理を行う | Python学習講座
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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?