aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManu Mathew2020-06-19 08:47:16 -0500
committerManu Mathew2020-06-19 09:13:11 -0500
commit252247115ec2d4eb54dba496cfa94ffce94023ad (patch)
tree1ba4c6feac20fc2c116693c4f2df3c1281f081cb /scripts/test_dist.py
parent9d0b3422cc0915028dd92b4d07377b3b8f45534f (diff)
downloadpytorch-mmdetection-252247115ec2d4eb54dba496cfa94ffce94023ad.tar.gz
pytorch-mmdetection-252247115ec2d4eb54dba496cfa94ffce94023ad.tar.xz
pytorch-mmdetection-252247115ec2d4eb54dba496cfa94ffce94023ad.zip
documentation added
Diffstat (limited to 'scripts/test_dist.py')
-rwxr-xr-xscripts/test_dist.py18
1 files changed, 9 insertions, 9 deletions
diff --git a/scripts/test_dist.py b/scripts/test_dist.py
index cb4879ad..4fc7ddfa 100755
--- a/scripts/test_dist.py
+++ b/scripts/test_dist.py
@@ -11,21 +11,21 @@ from torch.distributed import launch as distributed_launch
11Usage: 11Usage:
12(1) Use one of the following config files. 12(1) Use one of the following config files.
13(2) Inside the config file, make sure that the dataset that needs to be trained on is uncommented. 13(2) Inside the config file, make sure that the dataset that needs to be trained on is uncommented.
14(3) Use the appropriate input resolution int the config file (input_size). 14(3) Use the appropriate input resolution in the config file (input_size).
15(4) Recommend to run the first training with voc0712 dataset as it is widely used and reasonably small. 15(4) Recommend to run the first training with voc0712 dataset as it is widely used and reasonably small.
16(5) To convert cityscapes to coco format, run the script: tools/convert_datasets/cityscapes.py 16(5) To convert cityscapes to coco format, run the script: tools/convert_datasets/cityscapes.py
17 17
18config='./configs/jacinto_ai/ssd_mobilenet.py' 18config='./configs/ssd/ssd_mobilenet.py'
19config='./configs/jacinto_ai/ssd_mobilenet_fpn.py' 19config='./configs/ssd/ssd_mobilenet_fpn.py'
20config='./configs/jacinto_ai/ssd_resnet_fpn.py' 20config='./configs/ssd/ssd_resnet_fpn.py'
21config='./configs/jacinto_ai/ssd_regnet_fpn_bgr.py' 21config='./configs/ssd/ssd_regnet_fpn_bgr.py'
22 22
23config='./configs/jacinto_ai/retinanet_regnet_fpn_bgr.py' 23config='./configs/retinanet/retinanet_regnet_fpn_bgr.py'
24config='./configs/jacinto_ai/retinanet_resnet_fpn.py' 24config='./configs/retinanet/retinanet_resnet_fpn.py'
25config='./configs/jacinto_ai/fcos_regnet_fpn_bgr.py' 25config='./configs/retinanet/fcos_regnet_fpn_bgr.py'
26''' 26'''
27 27
28config='./configs/jacinto_ai/retinanet_resnet_fpn.py' 28config='./configs/retinanet/retinanet_regnet_fpn_bgr.py'
29 29
30######################################################################## 30########################################################################
31# other settings 31# other settings