diff --git a/README.md b/README.md deleted file mode 100644 index 34ce7e5..0000000 --- a/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# services - diff --git a/YOLO/Dockerfiles/app/Dockerfile b/YOLO/Dockerfiles/app/Dockerfile deleted file mode 100755 index 1140cc5..0000000 --- a/YOLO/Dockerfiles/app/Dockerfile +++ /dev/null @@ -1,21 +0,0 @@ -FROM python:3.7 - -RUN mkdir /code -WORKDIR /code - -ADD entrypoint.sh /code/entrypoint.sh -ADD requirements.txt /code/requirements.txt -ADD app/ /code - -RUN ls -#RUN pip install -r requirements.txt --no-cache-dir -#RUN apt-get install apt-transport-https -RUN apt update -y -RUN apt install python3-pip -y - -#RUN pip3 install --default-timeout=100 -r requirements.txt - -EXPOSE 50002 -ENV FLASK_APP "/code/app.py" -CMD ["/code/entrypoint.sh"] - diff --git a/YOLO/Dockerfiles/app/app/CONTRIBUTING.md b/YOLO/Dockerfiles/app/app/CONTRIBUTING.md deleted file mode 100644 index fcceba2..0000000 --- a/YOLO/Dockerfiles/app/app/CONTRIBUTING.md +++ /dev/null @@ -1,94 +0,0 @@ -## Contributing to YOLOv5 🚀 - -We love your input! We want to make contributing to YOLOv5 as easy and transparent as possible, whether it's: - -- Reporting a bug -- Discussing the current state of the code -- Submitting a fix -- Proposing a new feature -- Becoming a maintainer - -YOLOv5 works so well due to our combined community effort, and for every small improvement you contribute you will be -helping push the frontiers of what's possible in AI 😃! - -## Submitting a Pull Request (PR) 🛠️ - -Submitting a PR is easy! This example shows how to submit a PR for updating `requirements.txt` in 4 steps: - -### 1. Select File to Update - -Select `requirements.txt` to update by clicking on it in GitHub. -
-
-
-
-YOLOv5 🚀 is a family of object detection architectures and models pretrained on the COCO dataset, and represents Ultralytics - open-source research into future vision AI methods, incorporating lessons learned and best practices evolved over thousands of hours of research and development. -
- - - - $ python train.py --upload_data val
-
-
- {dataset}_wandb.yaml
file which can be used to train from dataset artifact.
- $ python utils/logger/wandb/log_dataset.py --project ... --name ... --data ..
-
- 
- $ python train.py --data {data}_wandb.yaml
-
-
- $ python train.py --save_period 1
-
-
- --resume
argument starts with wandb-artifact://
prefix followed by the run path, i.e, wandb-artifact://username/project/runid
. This doesn't require the model checkpoint to be present on the local system.
-
- $ python train.py --resume wandb-artifact://{run_path}
-
-
- --upload_dataset
or
- train from _wandb.yaml
file and set --save_period
-
- $ python train.py --resume wandb-artifact://{run_path}
-
-
- End ...
-Is this your character ?
-Team Guess Who
-- Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's - standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make - a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, - remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing - Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions - of Lorem Ipsum -
-Question {{ numero }} :
-{{ question }}
-