updates
This commit is contained in:
parent
9f145d2aa7
commit
e4e64a9ff6
|
@ -5,8 +5,6 @@ from models import *
|
||||||
from utils.datasets import *
|
from utils.datasets import *
|
||||||
from utils.utils import *
|
from utils.utils import *
|
||||||
|
|
||||||
from utils import torch_utils
|
|
||||||
|
|
||||||
|
|
||||||
def detect(
|
def detect(
|
||||||
cfg,
|
cfg,
|
||||||
|
|
2
test.py
2
test.py
|
@ -4,8 +4,6 @@ from models import *
|
||||||
from utils.datasets import *
|
from utils.datasets import *
|
||||||
from utils.utils import *
|
from utils.utils import *
|
||||||
|
|
||||||
from utils import torch_utils
|
|
||||||
|
|
||||||
|
|
||||||
def test(
|
def test(
|
||||||
cfg,
|
cfg,
|
||||||
|
|
2
train.py
2
train.py
|
@ -5,8 +5,6 @@ from models import *
|
||||||
from utils.datasets import *
|
from utils.datasets import *
|
||||||
from utils.utils import *
|
from utils.utils import *
|
||||||
|
|
||||||
from utils import torch_utils
|
|
||||||
|
|
||||||
# Import test.py to get mAP after each epoch
|
# Import test.py to get mAP after each epoch
|
||||||
import test
|
import test
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue