"official/legacy/detection/configs/factory.py" did not exist on "3eba37c7ee135a6ac29b75deef97a35bad44d9e2"
  • Aziz's avatar
    Remove walk_files (#1111) · 8187dc0a
    Aziz authored
    The use of `walk_files` made it ambiguous who is responsible to locate 
    the correct set of files. (Dataset class? or utility?)
    In fact, just glob-ing everything is not the right problem being solved in implementing
    Dataset, because if you have a specific dataset you consider to access, then
    the directory structure and file locations are determined. No need to do arbitral number of recursions.
    Each Dataset implementation should be glob-ing the right set of files it requires.
    8187dc0a
utils_test.py 744 Bytes