csuhan / opendet2

Official code of the paper "Expanding Low-Density Latent Regions for Open-Set Object Detection" (CVPR 2022)

Home Page:https://arxiv.org/abs/2203.14911

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running command python setup.py egg_info error: Multiple top-level packages discovered in a flat-layout: ['data', 'engine', 'solver', 'config', 'modeling', 'evaluation'].

roywang021 opened this issue · comments

Running command python setup.py egg_info
error: Multiple top-level packages discovered in a flat-layout: ['data', 'engine', 'solver', 'config', 'modeling', 'evaluation'].

我也遇到了这个问题,只需要在安装的时候把提示的这些文件夹暂时移出安装路径即可正常安装。