Skip to content

Commit

Permalink
Add path to paz module into system before script if script cant find …
Browse files Browse the repository at this point in the history
…it (PyCharm problem).
  • Loading branch information
Naeem Iqbal committed Nov 16, 2020
1 parent 468b348 commit f16f0c4
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
# os.environ["CUDA_DEVICE_ORDER"] = 'PCI_BUS_ID'
# os.environ["CUDA_VISIBLE_DEVICES"] = '0'
# os.environ["PYOPENGL_PLATFORM"] = 'egl'
# os.environ['TF_FORCE_GPU_ALLOW_GROWTH'] = 'true'
import json
import argparse
import numpy as np
# If you cant find the path to paz module (might happen in pycharm), uncomment the following 2 lines:
# import sys
# sys.path.insert(1, '/home/robot/git/paz/paz')
from paz.models import KeypointNetShared
from paz.models import Projector
from paz.abstract import GeneratingSequence
Expand Down

0 comments on commit f16f0c4

Please sign in to comment.