mirror of https://github.com/YifanXu74/MQ-Det.git
initialize
parent
ae0191113b
commit
c3dfb8b73a
|
@ -1,4 +1,3 @@
|
||||||
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
|
|
||||||
import datetime
|
import datetime
|
||||||
import logging
|
import logging
|
||||||
import time
|
import time
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
|
|
||||||
# Set up custom environment before nearly anything else is imported
|
# Set up custom environment before nearly anything else is imported
|
||||||
# NOTE: this should be the first import (no not reorder)
|
# NOTE: this should be the first import (no not reorder)
|
||||||
from maskrcnn_benchmark.utils.env import setup_environment # noqa F401 isort:skip
|
from maskrcnn_benchmark.utils.env import setup_environment # noqa F401 isort:skip
|
||||||
|
|
Loading…
Reference in New Issue