diff --git a/.sqa/config.yml b/.sqa/config.yml index be5da03..063464f 100644 --- a/.sqa/config.yml +++ b/.sqa/config.yml @@ -1,4 +1,8 @@ # .sqa/config.yml - jenkins-pipeline-library configuration file +environment: + JPL_DOCKERFORCEBUILD: "True" + LANG: C.UTF-8 + sqa_criteria: qc_style: repos: @@ -22,7 +26,4 @@ sqa_criteria: - sh -c 'git submodule update --init --remote --recursive' - tox -e qc.cov -environment: - LANG: C.UTF-8 - timeout: 600 diff --git a/.sqa/docker-compose.yml b/.sqa/docker-compose.yml index 879170f..bd58088 100644 --- a/.sqa/docker-compose.yml +++ b/.sqa/docker-compose.yml @@ -8,6 +8,7 @@ services: build: context: ./.sqa dockerfile: Dockerfile.cicd + pull: true command: > sh -c "git config --global --add safe.directory /srv && git config --global --add safe.directory /srv/fasterrcnn_pytorch_training_pipeline && diff --git a/ai4-metadata.yml b/ai4-metadata.yml new file mode 100644 index 0000000..36bcbd9 --- /dev/null +++ b/ai4-metadata.yml @@ -0,0 +1,27 @@ +metadata_version: 2.0.0 +title: Object detection with FasterRCNN +summary: Object detection using FasterRCNN model(s) (ai4os-fasterrcnn-torch) +description: '"The module, ai4os-fasterrcnn-torch, provides API access to the pipeline [1] for training FasterRCNN [2] models on custom datasets." "The pipeline is implemented in [PyTorch](https://pytorch.org/).\n" "With this pipeline, you have the flexibility to choose between official PyTorch models trained on the COCO dataset [3], use any backbone from " "Torchvision classification models, or even define your own custom backbones. The trained models can be used for object detection tasks on your specific datasets.\n" "The original pipeline is developed in the external repository [1]\n" "**References**\n" "[1] https://github.com/sovit-123/fasterrcnn-pytorch-training-pipeline\n" "[2] Ren, S., et al, Faster R-CNN: Towards real-time object detection with region proposal networks, 2015, https://arxiv.org/abs/1506.01497 [cs.CV]\n" "[3] Lin, T.Y., et al., Microsoft COCO: Common Objects in Context, 2014, http://arxiv.org/abs/1405.0312 [cs.CV]"' +dates: + created: '2023-05-04' + updated: '2024-08-20' +links: + source_code: https://github.com/ai4os-hub/ai4os-fasterrcnn-torch + docker_image: ai4oshub/ai4os-fasterrcnn-torch + ai4_template: ai4-template/1.9.9 +tags: +- docker +- api-v2 +- pytorch +- faster-rcnn +- object detection +- trainable +- inference +- pre-trained +- image +- video +- general purpose +tasks: [] +categories: [] +libraries: +- Pytorch