I have a custom dataset for person detection and i want to train the model with retinanet (resnet18), but i couldn’t find any retinanet_resnet18 pretrained weight for transfer learning . Any help will be highly appreciated .
Thanks.
How to download the resnet18 pretrained model ?
How to download it by using following command ?
ngc registry model download-version <ORG/model_name:version> -dest <path_to_download_dir>
Please refer to the jupyter sample.
!ngc registry model download-version nvidia/tlt_pretrained_object_detection:resnet18 --dest $USER_EXPERIMENT_DIR/pretrained_resnet18