Just for mmdetection usage
directory should be look like..
directory
- images / train
- images / test
- images / val
- train.json
- test.json
- val.json
top directory: mmdetection/configs/base
- models:
- datasets:
- schedules:
- runtime.py
CUDA_VISIBLE_DEVICES={GPU_ID} python tools/train.py configs/{your own repository}/{model_task}.py
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}