Skip to content

finefine2/mmdet_customize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

mmdet_customize

Just for mmdetection usage

dataset preparation

use custom dataset for mmdet training

directory should be look like..

directory

  • images / train
  • images / test
  • images / val
  • train.json
  • test.json
  • val.json

modify config files

top directory: mmdetection/configs/base

  • models:
  • datasets:
  • schedules:
  • runtime.py

Running Command

Train

CUDA_VISIBLE_DEVICES={GPU_ID} python tools/train.py configs/{your own repository}/{model_task}.py

Test

CUDA_VISIBLE_DEVICES={GPU_ID} python tools/test.py configs/{your repo}/{model_task}.py work_dirs/{model_task}/{checkpoint}.pth —show-dir {test_repository}

another options can be added please refer to original mmdetection docs

About

Just for mmdetection usage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages