Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add: fix image transform to float (#1902)
* 📚 Add action to check broken links (#1838) * Fix broken links * Add link checker * Fix link in template * linter * nightly check --------- Co-authored-by: Samet Akcay <[email protected]> * Use LabelName ENUM for label assignment (#1881) * Use LabelName ENUM for label assignment * Update src/anomalib/deploy/inferencers/torch_inferencer.py Co-authored-by: Samet Akcay <[email protected]> --------- Co-authored-by: Samet Akcay <[email protected]> * Changed prediction label assignment for OpenVINO inferencer (#1872) * Update openvino_inferencer.py Fixed incorrect label assignment. Was True/False, now it's "Anomalous/Normal" as for the PyTorch inferencer in torch_inferencer.py * Fix ruff --------- Co-authored-by: Samet <[email protected]> * Add: fix image transform to float Signed-off-by: Bepitic <[email protected]> * upd: video dtpe transform from torchvision Signed-off-by: Bepitic <[email protected]> * Added the scale. Signed-off-by: Bepitic <[email protected]> * Update src/anomalib/data/base/video.py Co-authored-by: Dick Ameln <[email protected]> --------- Signed-off-by: Bepitic <[email protected]> Co-authored-by: Alexander Dokuchaev <[email protected]> Co-authored-by: Samet Akcay <[email protected]> Co-authored-by: TurboJonte <[email protected]> Co-authored-by: Dick Ameln <[email protected]>
- Loading branch information