Skip to content

Commit

Permalink
docs/doc_code updated to work without oflibnumpy installation in pyth…
Browse files Browse the repository at this point in the history
…on env
  • Loading branch information
CSRavasio committed Nov 30, 2021
1 parent e968bc2 commit 05c64d6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/doc_code.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import numpy as np
import cv2
import oflibnumpy as of
from oflibnumpy.utils import show_masked_image
import sys
sys.path.append('..')
import src.oflibnumpy as of
from src.oflibnumpy.utils import show_masked_image


# # # # Usage / Visualisation
Expand Down

0 comments on commit 05c64d6

Please sign in to comment.