yolox / tools

Commit History

try pad=0?
a757aaf
verified

tidalove commited on

clearer padding logic
7fa23ea
verified

tidalove commited on

Update tools/demo_api.py
04e0ad9
verified

tidalove commited on

Update tools/demo_api.py
2d0bf6f
verified

tidalove commited on

Update tools/demo_api.py
c5c0193
verified

tidalove commited on

Update tools/demo_api.py
695d818
verified

tidalove commited on

Update tools/demo_api.py
f4aaa98
verified

tidalove commited on

bbox calculation changes
0a89fd3
verified

tidalove commited on

Update tools/demo_api.py
e891261
verified

tidalove commited on

Update tools/demo_api.py
7d451e9
verified

tidalove commited on

Update tools/demo_api.py
aa4de8f
verified

tidalove commited on

Update tools/demo_api.py
c4f0e59
verified

tidalove commited on

Update tools/demo_api.py
5a7169d
verified

tidalove commited on

Update tools/demo_api.py
4fd8a7f
verified

tidalove commited on

added time import
8f28ed6
verified

tidalove commited on

add ValTransform import
f89be47
verified

tidalove commited on

Update tools/demo_api.py
0bc3513
verified

tidalove commited on

added model loading from ckpt
ac5ef0a
verified

tidalove commited on

Create demo_api.py
a292bf5
verified

tidalove commited on

demo.py writes output json
34384ae

tidalove commited on

feat: mlflow logging integration (#1773)
3dd0091

Himanshu Goyal commited on

fix(utils,exp): logger compat issue and exp check (#1618)
713fbb7

Feng Wang commited on

feat(tools): add assignment visualizer (#1616)
8efa55f

Feng Wang commited on

feat(data): support custom dataset cache (#1584)
cba5002

yuangpeng commited on

chore(tools): upgrade onnxsim to v0.4.1 (#1441)
f345d42

KaleiNeely commited on

feat(data): support cache ram of COCO dataset (#1562)
1dddb89

yuangpeng commited on

chore(tools): add decode_in_inference option to export_torchscript (#1442)
71c1fa1

Masaki Yano commited on

chore(logger): log predictions during training to wandb tables (#1181)
261bf27

Manan Goel commited on

feat(exp): get_trainer method, add pre-commit (#1263)
0511196

Feng Wang commited on

fix(README & model) some typos (#1256)
6ea9687

Yulv-git commited on

feat(layers): support jit op (#1241)
e23ae72

Feng Wang commited on

feat(tools): add option for decode output in export_onnx (#1113)
61b2559

Daisuke Nishimatsu commited on

feat(engine): support wandb logger (#1144)
e578635

Manan Goel commited on

chore(tools): show demo in live window (#1138)
ec26e0a

Joakim commited on

fix(tools): disable autograd during TensorRT conversion (#1118)
f00f5bc

wico-silva commited on

fix(demo & tools): path issues of Windows system (#1100)
7020e34

robin-maillot commited on

feat(setup): add pip package code (#1079)
26524ee

Feng Wang commited on

fix(evaluator): fix attr bug in COCOEvaluator (#1067)
07f9669

Feng Wang commited on

chore(data): Adapt to COCO format dataset (#1052)
678043c

yyqgood commited on

feat(evaluator): support logging per class mAP during evaluation (#1026)
395f082

Feng Wang commited on

fix(plugins): update workflow and fix bug of kwargs in nano (#844)
665328e

Feng Wang commited on

fix a spelling mistake (#707)
484275c

Forsaken commited on

support setting max batch/workspace size when convert to trt (#692)
49504ee

wwqgtxx commited on

Update demo.py (#689)
001db3d

yahoo17 commited on

fix(demo): --fp16 not working in demo.py (#648)
88f2356

wwqgtxx commited on

feat(tools): support torchscript export (#668)
9b3f86b

nihui commited on

feat(tools): add batch-size option for onnx conversion process (#582)
30757c1

developer0hye commited on

feat(demo): add class agnostic nms for demo and numpy based postprocessing (#588)
c62d838

Ge Zheng Feng Wang commited on

feat(yolox): support torch amp and img caching, update preprocess logic (#523)
a541e3c

ruinmessi commited on

chore(core): switch backend to spawn (#429)
f9149d4

Feng Wang commited on