shunya-kato / Kaggle-Happywhale

KaggleのHappywhaleコンペのレポジトリ
MIT License
0 stars 0 forks source link

背景抜いてクロップしたデータセットの作成(train + test) #8

Closed sotoOhuton closed 2 years ago

sotoOhuton commented 2 years ago

https://www.kaggle.com/remekkinas/remove-background-salient-object-detection これを参考に作る。

sotoOhuton commented 2 years ago

https://www.kaggle.com/ohutonlabo/remove-background-salient-object-detection?scriptVersionId=89768271 これで作成中

sotoOhuton commented 2 years ago

もふとんらぼお手製の背景抜いたデータセット 〇trainデータ https://www.kaggle.com/ohutonlabo/removebackgroundtrain-resize512 〇testデータ https://www.kaggle.com/ohutonlabo/removebackgroundtestresize512 〇TFRecors 上書きして消してしまった。。 ただなんか変な画像が生成されてるケースがある。しきい値をあげるかなど対策が必要かも

sotoOhuton commented 2 years ago

というよりそもそも背景抜いたデータセットは公開されてる。 https://www.kaggle.com/adnanpen/background-removed-happywhale-dataset/version/2 作成したTFRecords https://www.kaggle.com/ohutonlabo/removebackgroundtfrecords

sotoOhuton commented 2 years ago

https://www.kaggle.com/adnanpen/background-removal-using-tracer-sota-sod これを用いてさらに背景抜いたデータセット 〇train https://www.kaggle.com/ohutonlabo/backgroundremovalusingtracertrain 〇test https://www.kaggle.com/ohutonlabo/backgroundremovalusingtracertest 〇TFRecords https://www.kaggle.com/ohutonlabo/backgroundremovalusingtracersotasodtfrecords

苦労して作ったけどこれも公開されてて無事死亡 https://www.kaggle.com/adnanpen/background-removed-happywhale-dataset

sotoOhuton commented 2 years ago

もふとんらぼベース:0.692 もふとんらぼお手製の背景抜き: 0.568 公開されてる背景抜き:0.569 SOTA-SODの背景抜き:0.631

sotoOhuton commented 2 years ago

●元のデータセット https://www.kaggle.com/datasets/jpbremer/backfintfrecords ●使用スクリプト https://www.kaggle.com/code/ohutonlabo/backfin-sod?scriptVersionId=90561772

●成果物 https://www.kaggle.com/datasets/ohutonlabo/backfinandremovedbackgroundwithsodtracer ●成果物(50kbyte以上のもの) https://www.kaggle.com/datasets/ohutonlabo/backfinandremovedbackgroundwithsodtracerover50kbyt ●成果物(80kbyte以上のもの) https://www.kaggle.com/datasets/ohutonlabo/backfinandremovedbackgroundwithsodtracerover80kbyt

上記で一度当件クローズする。