An open API service indexing awesome lists of open source software.

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

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}