Skip to content
This repository has been archived by the owner on Dec 3, 2022. It is now read-only.

on the submission code, there is an import in detection #9

Open
xysong1201 opened this issue Sep 9, 2020 · 0 comments
Open

on the submission code, there is an import in detection #9

xysong1201 opened this issue Sep 9, 2020 · 0 comments

Comments

@xysong1201
Copy link

xysong1201 commented Sep 9, 2020

Hi, I tried to reproduce the result.
And in the submission code. There is:

`from face_utils import norm_crop, FaceDetector
  File "/home/song/deepfake/kaggle-dfdc/face_utils.py", line 8, in <module>
    from layers.functions.prior_box import PriorBox
  File "/home/song/deepfake/kaggle-dfdc/layers/__init__.py", line 1, in <module>
    from .functions import pior_box
  File "/home/song/deepfake/kaggle-dfdc/layers/functions/__init__.py", line 1, in <module>
    from .detection import Detect
  File "/home/song/deepfake/kaggle-dfdc/layers/functions/detection.py", line 4, in <module>
    from data import voc as cfg
ImportError: cannot import name 'voc'

`
in your code, i can't find the layer folder. Is there anything missing?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant