ps3020 commited on
Commit
6c46c70
·
verified ·
1 Parent(s): 029f025

Update title/citation, canonical repo id

Browse files
Files changed (1) hide show
  1. load_atlas_kitti.py +1 -1
load_atlas_kitti.py CHANGED
@@ -15,7 +15,7 @@ directly.
15
  """
16
  import numpy as np
17
 
18
- REPO = "ps3020/atlas-kitti"
19
 
20
  INJECT_CONFIGS = ["inject_easy", "inject_medium", "inject_hard"]
21
  REMOVAL_CONFIGS = [f"removal_az{a}" for a in (10, 20, 30, 40, 50, 60)]
 
15
  """
16
  import numpy as np
17
 
18
+ REPO = "ps3020/ATLAS-KITTI"
19
 
20
  INJECT_CONFIGS = ["inject_easy", "inject_medium", "inject_hard"]
21
  REMOVAL_CONFIGS = [f"removal_az{a}" for a in (10, 20, 30, 40, 50, 60)]