Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jaehyun's branch #4

Open
wants to merge 34 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
6ec0f98
Modify README.md
hyun06000 Oct 20, 2021
1da16d2
add : mmsegmentation
AshHyun Oct 21, 2021
0c555a5
edit : gitignore by sanghyun
AshHyun Oct 21, 2021
422db28
edit : config (epochbased -> iterbased)
AshHyun Oct 21, 2021
5bb043f
edit : gitignore by sanghyun (data)
AshHyun Oct 21, 2021
374647f
add : configs
AshHyun Oct 22, 2021
3bd79a0
add : inference notebook
AshHyun Oct 22, 2021
c821c78
add : notebook to split datasets
AshHyun Oct 22, 2021
0f7ef1b
edit : data dir path
AshHyun Oct 22, 2021
f74db43
edit : resume
AshHyun Oct 22, 2021
021c7ee
add : densecrf
AshHyun Oct 22, 2021
345da12
add : dice_ce loss
AshHyun Oct 22, 2021
8f4eb21
add : configs
AshHyun Oct 23, 2021
cbd1002
add : pydensecrf
AshHyun Oct 23, 2021
e7c9c17
Merge branch 'loss/Jaehyun' into Jaehyun
AshHyun Oct 23, 2021
0fb6929
add : configs
AshHyun Oct 26, 2021
7d4bf2d
edit : convert ipynb to py
AshHyun Oct 26, 2021
40dab7b
Add PassionateMix
Gwang-chae Oct 25, 2021
2c96c3b
edit : parameters
AshHyun Oct 26, 2021
69b9f4b
add : inference for mmseg
AshHyun Oct 28, 2021
7e8aba0
edit : gwangchaemix with albumentations
AshHyun Oct 28, 2021
38f19f5
add : cswin
AshHyun Oct 28, 2021
18d9419
add : cswin
AshHyun Oct 28, 2021
401e06c
add : pseudo labeling for mmsegmentation models from csv
AshHyun Oct 28, 2021
148173f
add : configs
AshHyun Oct 28, 2021
eb72a44
edit : comments
AshHyun Oct 28, 2021
aa2860d
add : insane tta
AshHyun Oct 28, 2021
d12694b
add : configs
AshHyun Oct 28, 2021
366362a
edit : deleted 'convert to rgb'
AshHyun Oct 28, 2021
429f949
add : configs
AshHyun Oct 28, 2021
e438b84
add : insane TTA
AshHyun Oct 28, 2021
155cff4
add : configs
lifrary Oct 26, 2021
9480303
edit : inference on 46
AshHyun Oct 29, 2021
b980a91
add : release
AshHyun Nov 5, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ __pycache__


/**/__pycache__/
/**/*log*/
/**/wandb/
/**/data/
/**/._ipynb_checkpoint/

*.csv
Expand Down
1 change: 1 addition & 0 deletions dev/baseline/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- [ ] 다듬기 : 재현
903 changes: 903 additions & 0 deletions dev/data/augmentation/Mix_draft.ipynb

Large diffs are not rendered by default.

Loading