Skip to content

Commit debcd8b

Browse files
authored
fix wider_face init (#2688)
1 parent 2441371 commit debcd8b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ppdet/data/source/__init__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,11 @@
1313
# limitations under the License.
1414

1515
from . import coco
16-
# TODO add voc and widerface dataset
1716
from . import voc
18-
#from . import widerface
17+
from . import widerface
1918
from . import category
2019

2120
from .coco import *
2221
from .voc import *
23-
#from .widerface import *
22+
from .widerface import *
2423
from .category import *

0 commit comments

Comments
 (0)