Spaces:
Sleeping
Sleeping
Commit
·
b98ae35
1
Parent(s):
2aaecad
Update model.py
Browse files
model.py
CHANGED
|
@@ -1,7 +1,9 @@
|
|
| 1 |
import os
|
| 2 |
import logging
|
| 3 |
import torch
|
|
|
|
| 4 |
|
|
|
|
| 5 |
from transformers import AutoImageProcessor, AutoModelForObjectDetection
|
| 6 |
from label_studio_ml.model import LabelStudioMLBase
|
| 7 |
from lxml import etree
|
|
|
|
| 1 |
import os
|
| 2 |
import logging
|
| 3 |
import torch
|
| 4 |
+
import datetime
|
| 5 |
|
| 6 |
+
from google.cloud import storage
|
| 7 |
from transformers import AutoImageProcessor, AutoModelForObjectDetection
|
| 8 |
from label_studio_ml.model import LabelStudioMLBase
|
| 9 |
from lxml import etree
|