https://github.com/author31/scm_nbdev
NBDev Version of SCM
https://github.com/author31/scm_nbdev
computer-vision deep-learning nbdev object-detection ported
Last synced: about 1 month ago
JSON representation
NBDev Version of SCM
- Host: GitHub
- URL: https://github.com/author31/scm_nbdev
- Owner: author31
- License: apache-2.0
- Created: 2022-12-01T08:46:30.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-01T09:24:00.000Z (over 3 years ago)
- Last Synced: 2023-10-27T16:32:34.260Z (over 2 years ago)
- Topics: computer-vision, deep-learning, nbdev, object-detection, ported
- Language: Python
- Homepage:
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Weakly Supervised Object Localization via Transformer with Implicit
Spatial Calibration
================
# Description
- NBDev version of Weakly Supervised Object Localization via Transformer
with Implicit Spatial Calibration with added features
- LR Scheduler adpated from YOLOX
## Install
pip install scm_nbdev
## How to train
# CUB
python tools_cam/train_cam.py –config_file
./configs/CUB/deit_scm_small_patch16_224.yaml –lr 5e-5
# ILSVRC
python tools_cam/train_cam.py –config_file
./configs/ILSVRC/deit_scm_small_patch16_224.yaml –lr 1e-6
## How to inference
python tools_cam/test_cam.py –config_file {config_file} –lr {lr}