first commit
This commit is contained in:
12
rtdetr_pytorch/src/solver/__init__.py
Normal file
12
rtdetr_pytorch/src/solver/__init__.py
Normal file
@@ -0,0 +1,12 @@
|
||||
"""by lyuwenyu
|
||||
"""
|
||||
|
||||
from .solver import BaseSolver
|
||||
from .det_solver import DetSolver
|
||||
|
||||
|
||||
from typing import Dict
|
||||
|
||||
TASKS :Dict[str, BaseSolver] = {
|
||||
'detection': DetSolver,
|
||||
}
|
||||
Reference in New Issue
Block a user