detectron2
copied
4 changed files with 5 additions and 2 deletions
@ -1,3 +1,5 @@ |
|||||
|
from .detectron import Detectron2 |
||||
|
|
||||
|
|
||||
def detectron2(*args, **kwargs): |
def detectron2(*args, **kwargs): |
||||
return Detectron2(*args, **kwargs) |
return Detectron2(*args, **kwargs) |
||||
|
@ -1,3 +1,4 @@ |
|||||
torch >= 1.8 |
torch >= 1.8 |
||||
torchvision >= 0.9.0 |
torchvision >= 0.9.0 |
||||
https://github.com/facebookresearch/detectron2/archive/refs/tags/v0.6.tar.gz |
|
||||
|
detectron2 |
||||
|
# https://github.com/facebookresearch/detectron2/archive/refs/tags/v0.6.tar.gz |
||||
|
Loading…
Reference in new issue