Skip to content

Commit

Permalink
update the support for the Apollo dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
huangmozhi9527 authored Apr 8, 2023
1 parent 41e06e8 commit 7f7715a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion main_persformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# ==============================================================================

import os
from config import persformer_openlane, persformer_once
from config import persformer_openlane, persformer_once, persformer_apollo
from utils.utils import *
from experiments.ddp import *
from experiments.runner import *
Expand All @@ -24,7 +24,9 @@
def main():
parser = define_args() # args in utils.py
args = parser.parse_args()

# specify dataset and model config
# persformer_apollo.config(args)
# persformer_once.config(args)
persformer_openlane.config(args)
# initialize distributed data parallel set
Expand Down

0 comments on commit 7f7715a

Please sign in to comment.