Skip to content

Commit 71c4b43

Browse files
Fix BTech Dataset (#2180)
* Fix uncorrect download path of btech dataset (#2171) * The root directory in btech.yaml has a spell error. Signed-off-by: jinyao <634208959@qq.com> * Fix uncorrect download path of btech dataset Signed-off-by: jinyao <634208959@qq.com> --------- Signed-off-by: jinyao <634208959@qq.com> * Fix BTech Dataset (#2179) * Format the changelog * Fix the CI (#2178) * Autoupdate pre-commit * update pyproject.toml to require setuptools>=42,<70.0.0 * Fix packaging in AiVad * Exit the pre-merge tests as soon as there is 1 failed test. * Add upper-bound to open-clip-torch as it causes onnx export to fail --------- Signed-off-by: jinyao <634208959@qq.com> Co-authored-by: Chen, Jinyao <38099452+cjy513203427@users.noreply.github.com>
1 parent 75bd645 commit 71c4b43

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1010

1111
### Changed
1212

13+
- 🔨 Replace "./dtasets/BTech" to "./dtasets/BTech"
14+
1315
### Deprecated
1416

1517
### Fixed
1618

19+
- 🔨 Fix uncorrect download path of btech dataset
20+
1721
### New Contributors
1822

1923
**Full Changelog**:

configs/data/btech.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
class_path: anomalib.data.BTech
22
init_args:
3-
root: "./dtasets/BTech"
3+
root: "./datasets/BTech"
44
category: "01"
55
train_batch_size: 32
66
eval_batch_size: 32

0 commit comments

Comments
 (0)