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

Add torchtext==0.9.1 to support Kaggle environments. #165

Merged
merged 49 commits into from
Mar 28, 2022
Merged
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
f175a24
renamed download-progress-bar as download
samet-akcay Feb 24, 2022
f841f51
added new download functions to init
samet-akcay Feb 24, 2022
12cd8ee
Added Btech data module
samet-akcay Feb 25, 2022
7bc453f
Added btech tests
samet-akcay Feb 25, 2022
3a32443
Move split functions into a util module
samet-akcay Feb 25, 2022
132ceb1
Modified mvtec
samet-akcay Feb 25, 2022
907281f
added btech to get-datamodule
samet-akcay Feb 25, 2022
16de223
fix typo in btech docstring
samet-akcay Feb 25, 2022
c2353db
update docstring
samet-akcay Feb 25, 2022
287c974
cleanedup dataset download utils
samet-akcay Feb 25, 2022
df8b655
Address mypy
samet-akcay Feb 25, 2022
966ad94
modify config files and update readme.md
samet-akcay Feb 25, 2022
97d98fa
Fix dataset path
samet-akcay Feb 25, 2022
1e78a31
Merge branch 'development' into feature/data/btad
samet-akcay Mar 6, 2022
f6cba9a
Resolved merge conflicts
samet-akcay Mar 15, 2022
9513723
Merge branch 'feature/data/btad' of github.com:openvinotoolkit/anomal…
samet-akcay Mar 15, 2022
b71f4d3
WiP: Created make_dataset function
samet-akcay Mar 15, 2022
28f7d3e
Renamed folder dataset into custom
samet-akcay Mar 22, 2022
83c1384
Added custom dataset tests
samet-akcay Mar 22, 2022
09908b0
updated config.yaml file to show custom dataset is available
samet-akcay Mar 22, 2022
215df46
Added custom dataset to get_datamodule
samet-akcay Mar 22, 2022
ee12a7a
Resolve merge conflicts
samet-akcay Mar 22, 2022
cf22594
Address PR comments
samet-akcay Mar 23, 2022
8b827d4
Merge branch 'development' of github.com:openvinotoolkit/anomalib int…
samet-akcay Mar 23, 2022
2d24d16
Merge branch 'development' of github.com:openvinotoolkit/anomalib int…
samet-akcay Mar 23, 2022
6646c3b
fix dataset path
samet-akcay Mar 23, 2022
b3cf100
Debugging the ci
samet-akcay Mar 24, 2022
00e8020
Fixed folder dataset tests
samet-akcay Mar 24, 2022
8e47bd3
Added code quality checks back to the ci
samet-akcay Mar 24, 2022
314b164
Added code coverage back to pre-merge tests
samet-akcay Mar 24, 2022
492fd29
Do not import openvino at the top level. Cause some import issues whe…
samet-akcay Mar 24, 2022
ff2a0fa
Move nncf to openvino-requirements.txt
samet-akcay Mar 24, 2022
f6101e8
Move opencv to base requirements.txt/
samet-akcay Mar 24, 2022
d10cdb5
Added extension as an option when saving the result images.
samet-akcay Mar 24, 2022
76521cd
Added an extension check
samet-akcay Mar 24, 2022
5651174
python verion 3.7
samet-akcay Mar 24, 2022
9464402
Added opencv contrib python
samet-akcay Mar 24, 2022
98f8145
reverted visualizer callback
samet-akcay Mar 25, 2022
202a084
Convert bmp images to png after downloading btech dataset.
samet-akcay Mar 25, 2022
bf576d7
pylint
samet-akcay Mar 25, 2022
10d2505
ignore arguments differ
samet-akcay Mar 25, 2022
d9917d4
Version to 0.2.5
samet-akcay Mar 25, 2022
f5cad24
Merge branch 'development' of github.com:openvinotoolkit/anomalib int…
samet-akcay Mar 25, 2022
7c068a1
Ignore arguments-differ
samet-akcay Mar 25, 2022
d667532
loosen pandas version
samet-akcay Mar 25, 2022
3309c21
Merge branch 'fix/add-extension-to-save-results' of github.com:openvi…
samet-akcay Mar 25, 2022
ae1cf72
import openvino with absolute import
samet-akcay Mar 25, 2022
8543fe1
Added torchtext to requirements for kaggle support
samet-akcay Mar 28, 2022
50ff8e8
Merge branch 'development' of github.com:openvinotoolkit/anomalib int…
samet-akcay Mar 28, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ pillow==9.0.0
pytorch-lightning==1.5.9
torch==1.8.1
torchvision==0.9.1
torchtext==0.9.1
scikit-image>=0.17.2
scikit-learn==0.24.2
wandb==0.12.9