Skip to content

Commit

Permalink
Fix import location bug
Browse files Browse the repository at this point in the history
  • Loading branch information
nv-jeff committed Aug 30, 2024
1 parent 7ac430e commit fab5055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train2/inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from PIL import ImageDraw

import sys
sys.path.append("inference")
sys.path.append("../common")
from cuboid import Cuboid3d
from cuboid_pnp_solver import CuboidPNPSolver
from detector import ModelData, ObjectDetector
Expand Down

0 comments on commit fab5055

Please sign in to comment.