Skip to content

Commit

Permalink
Merge branch 'master' into feat/rnd-118
Browse files Browse the repository at this point in the history
  • Loading branch information
makseq authored Sep 19, 2024
2 parents 441e269 + c910e30 commit c9f5a83
Show file tree
Hide file tree
Showing 23 changed files with 23 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Check the **Required parameters** column to see if you need to set any additiona
| [spacy](/label_studio_ml/examples/spacy) | NER by [SpaCy](https://spacy.io/) |||| None | Set [(see documentation)](https://spacy.io/usage/linguistic-features) |
| [tesseract](/label_studio_ml/examples/tesseract) | Interactive OCR. [Details](https://github.com/tesseract-ocr/tesseract) |||| None | Set (characters) |
| [watsonX](/label_studio_ml/exampels/watsonx)| LLM inference with [WatsonX](https://www.ibm.com/products/watsonx-ai) and integration with [WatsonX.data](watsonx.data)|||| None| Arbitrary|
| [yolo](/label_studio_ml/examples/yolo) | Object detection with [YOLO](https://docs.ultralytics.com/tasks/) |||| None | Arbitrary |
| [yolo](/label_studio_ml/examples/yolo) | All YOLO tasks are supported: [YOLO](https://docs.ultralytics.com/tasks/) |||| None | Arbitrary |

# (Advanced usage) Develop your model

Expand Down
1 change: 1 addition & 0 deletions label_studio_ml/examples/bert_classifier/_wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

logging.config.dictConfig({
"version": 1,
"disable_existing_loggers": False,
"formatters": {
"standard": {
"format": "[%(asctime)s] [%(levelname)s] [%(name)s::%(funcName)s::%(lineno)d] %(message)s"
Expand Down
1 change: 1 addition & 0 deletions label_studio_ml/examples/easyocr/_wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

logging.config.dictConfig({
"version": 1,
"disable_existing_loggers": False,
"formatters": {
"standard": {
"format": "[%(asctime)s] [%(levelname)s] [%(name)s::%(funcName)s::%(lineno)d] %(message)s"
Expand Down
1 change: 1 addition & 0 deletions label_studio_ml/examples/flair/_wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

logging.config.dictConfig({
"version": 1,
"disable_existing_loggers": False,
"formatters": {
"standard": {
"format": "[%(asctime)s] [%(levelname)s] [%(name)s::%(funcName)s::%(lineno)d] %(message)s"
Expand Down
1 change: 1 addition & 0 deletions label_studio_ml/examples/gliner/_wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

logging.config.dictConfig({
"version": 1,
"disable_existing_loggers": False,
"formatters": {
"standard": {
"format": "[%(asctime)s] [%(levelname)s] [%(name)s::%(funcName)s::%(lineno)d] %(message)s"
Expand Down
1 change: 1 addition & 0 deletions label_studio_ml/examples/grounding_dino/_wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

logging.config.dictConfig({
"version": 1,
"disable_existing_loggers": False,
"formatters": {
"standard": {
"format": "[%(asctime)s] [%(levelname)s] [%(name)s::%(funcName)s::%(lineno)d] %(message)s"
Expand Down
1 change: 1 addition & 0 deletions label_studio_ml/examples/grounding_sam/_wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

logging.config.dictConfig({
"version": 1,
"disable_existing_loggers": False,
"formatters": {
"standard": {
"format": "[%(asctime)s] [%(levelname)s] [%(name)s::%(funcName)s::%(lineno)d] %(message)s"
Expand Down
1 change: 1 addition & 0 deletions label_studio_ml/examples/huggingface_llm/_wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

logging.config.dictConfig({
"version": 1,
"disable_existing_loggers": False,
"formatters": {
"standard": {
"format": "[%(asctime)s] [%(levelname)s] [%(name)s::%(funcName)s::%(lineno)d] %(message)s"
Expand Down
1 change: 1 addition & 0 deletions label_studio_ml/examples/huggingface_ner/_wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

logging.config.dictConfig({
"version": 1,
"disable_existing_loggers": False,
"formatters": {
"standard": {
"format": "[%(asctime)s] [%(levelname)s] [%(name)s::%(funcName)s::%(lineno)d] %(message)s"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

logging.config.dictConfig({
"version": 1,
"disable_existing_loggers": False,
"formatters": {
"standard": {
"format": "[%(asctime)s] [%(levelname)s] [%(name)s::%(funcName)s::%(lineno)d] %(message)s"
Expand Down
1 change: 1 addition & 0 deletions label_studio_ml/examples/llm_interactive/_wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

logging.config.dictConfig({
"version": 1,
"disable_existing_loggers": False,
"formatters": {
"standard": {
"format": "[%(asctime)s] [%(levelname)s] [%(name)s::%(funcName)s::%(lineno)d] %(message)s"
Expand Down
1 change: 1 addition & 0 deletions label_studio_ml/examples/mmdetection-3/_wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

logging.config.dictConfig({
"version": 1,
"disable_existing_loggers": False,
"formatters": {
"standard": {
"format": "[%(asctime)s] [%(levelname)s] [%(name)s::%(funcName)s::%(lineno)d] %(message)s"
Expand Down
1 change: 1 addition & 0 deletions label_studio_ml/examples/nemo_asr/_wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

logging.config.dictConfig({
"version": 1,
"disable_existing_loggers": False,
"formatters": {
"standard": {
"format": "[%(asctime)s] [%(levelname)s] [%(name)s::%(funcName)s::%(lineno)d] %(message)s"
Expand Down
1 change: 1 addition & 0 deletions label_studio_ml/examples/segment_anything_2_image/_wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

logging.config.dictConfig({
"version": 1,
"disable_existing_loggers": False,
"formatters": {
"standard": {
"format": "[%(asctime)s] [%(levelname)s] [%(name)s::%(funcName)s::%(lineno)d] %(message)s"
Expand Down
1 change: 1 addition & 0 deletions label_studio_ml/examples/segment_anything_2_video/_wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

logging.config.dictConfig({
"version": 1,
"disable_existing_loggers": False,
"formatters": {
"standard": {
"format": "[%(asctime)s] [%(levelname)s] [%(name)s::%(funcName)s::%(lineno)d] %(message)s"
Expand Down
1 change: 1 addition & 0 deletions label_studio_ml/examples/segment_anything_model/_wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

logging.config.dictConfig({
"version": 1,
"disable_existing_loggers": False,
"formatters": {
"standard": {
"format": "[%(asctime)s] [%(levelname)s] [%(name)s::%(funcName)s::%(lineno)d] %(message)s"
Expand Down
1 change: 1 addition & 0 deletions label_studio_ml/examples/sklearn_text_classifier/_wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

logging.config.dictConfig({
"version": 1,
"disable_existing_loggers": False,
"formatters": {
"standard": {
"format": "[%(asctime)s] [%(levelname)s] [%(name)s::%(funcName)s::%(lineno)d] %(message)s"
Expand Down
1 change: 1 addition & 0 deletions label_studio_ml/examples/spacy/_wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

logging.config.dictConfig({
"version": 1,
"disable_existing_loggers": False,
"formatters": {
"standard": {
"format": "[%(asctime)s] [%(levelname)s] [%(name)s::%(funcName)s::%(lineno)d] %(message)s"
Expand Down
1 change: 1 addition & 0 deletions label_studio_ml/examples/tesseract/_wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

logging.config.dictConfig({
"version": 1,
"disable_existing_loggers": False,
"formatters": {
"standard": {
"format": "[%(asctime)s] [%(levelname)s] [%(name)s::%(funcName)s::%(lineno)d] %(message)s"
Expand Down
1 change: 1 addition & 0 deletions label_studio_ml/examples/watsonx_llm/data_wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

logging.config.dictConfig({
"version": 1,
"disable_existing_loggers": False,
"formatters": {
"standard": {
"format": "[%(asctime)s] [%(levelname)s] [%(name)s::%(funcName)s::%(lineno)d] %(message)s"
Expand Down
1 change: 1 addition & 0 deletions label_studio_ml/examples/watsonx_llm/model_wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

logging.config.dictConfig({
"version": 1,
"disable_existing_loggers": False,
"formatters": {
"standard": {
"format": "[%(asctime)s] [%(levelname)s] [%(name)s::%(funcName)s::%(lineno)d] %(message)s"
Expand Down
2 changes: 1 addition & 1 deletion label_studio_ml/examples/yolo/YOLO_CLASSES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
### Available "yolov8m.pt" model labels for RectangleLabels:
['person', 'bicycle', 'car', 'motorcycle', 'airplane', 'bus', 'train', 'truck', 'boat', 'traffic light', 'fire hydrant', 'stop sign', 'parking meter', 'bench', 'bird', 'cat', 'dog', 'horse', 'sheep', 'cow', 'elephant', 'bear', 'zebra', 'giraffe', 'backpack', 'umbrella', 'handbag', 'tie', 'suitcase', 'frisbee', 'skis', 'snowboard', 'sports ball', 'kite', 'baseball bat', 'baseball glove', 'skateboard', 'surfboard', 'tennis racket', 'bottle', 'wine glass', 'cup', 'fork', 'knife', 'spoon', 'bowl', 'banana', 'apple', 'sandwich', 'orange', 'broccoli', 'carrot', 'hot dog', 'pizza', 'donut', 'cake', 'chair', 'couch', 'potted plant', 'bed', 'dining table', 'toilet', 'tv', 'laptop', 'mouse', 'remote', 'keyboard', 'cell phone', 'microwave', 'oven', 'toaster', 'sink', 'refrigerator', 'book', 'clock', 'vase', 'scissors', 'teddy bear', 'hair drier', 'toothbrush']

### Available "yolov8n-obb.pt" model labels for RectangleLabels.OBB:**
### Available "yolov8n-obb.pt" model labels for RectangleLabels.OBB:
['plane', 'ship', 'storage tank', 'baseball diamond', 'tennis court', 'basketball court', 'ground track field', 'harbor', 'bridge', 'large vehicle', 'small vehicle', 'helicopter', 'roundabout', 'soccer ball field', 'swimming pool']

### Available "yolov8n-pose.pt" model labels for Keypoints:
Expand Down
1 change: 1 addition & 0 deletions label_studio_ml/wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

logging.config.dictConfig({
"version": 1,
"disable_existing_loggers": False,
"formatters": {
"standard": {
"format": "[%(asctime)s] [%(levelname)s] [%(name)s::%(funcName)s::%(lineno)d] %(message)s"
Expand Down

0 comments on commit c9f5a83

Please sign in to comment.