“修改”

This commit is contained in:
p02945817 2022-06-14 18:37:39 +08:00
parent b041154fb7
commit 700df7b9d2
2 changed files with 1 additions and 3 deletions

View File

@ -2,8 +2,7 @@
<project version="4"> <project version="4">
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="f51902ab-b95b-4237-ad16-046cdff5b8fb" name="Changes" comment=""> <list default="true" id="f51902ab-b95b-4237-ad16-046cdff5b8fb" name="Changes" comment="">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/setup.py" beforeDir="false" afterPath="$PROJECT_DIR$/setup.py" afterDir="false" />
<change beforePath="$PROJECT_DIR$/main.py" beforeDir="false" afterPath="$PROJECT_DIR$/main.py" afterDir="false" />
</list> </list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_CONFLICTS" value="true" />

View File

@ -37,7 +37,6 @@ def package_model_zoo():
valid_cfgs = [] valid_cfgs = []
for cfg in cfgs: for cfg in cfgs:
# exclude dataset base config
if osp.split(osp.split(cfg)[0])[1] not in ['datasets']: if osp.split(osp.split(cfg)[0])[1] not in ['datasets']:
valid_cfgs.append(cfg) valid_cfgs.append(cfg)
model_names = [ model_names = [