Skip to content

import error .pyx files #46

Description

@shekarneo

getting the below error while importing the darkflow.net.build import TFNet

ModuleNotFoundError Traceback (most recent call last)
in
1 import cv2
----> 2 from darkflow.net.build import TFNet
3 import matplotlib.pyplot as plt
4
5 get_ipython().run_line_magic('config', "InlineBackend.figure_format = 'svg'")

~/darkflow/darkflow/net/build.py in
5 from .ops import op_create, identity
6 from .ops import HEADER, LINE
----> 7 from .framework import create_framework
8 from ..dark.darknet import Darknet
9 import json

~/darkflow/darkflow/net/framework.py in
----> 1 from . import yolo
2 from . import yolov2
3 from . import vanilla
4 from os.path import basename
5

~/darkflow/darkflow/net/yolo/init.py in
1 from . import train
----> 2 from . import predict
3 from . import data
4 from . import misc
5 import numpy as np

~/darkflow/darkflow/net/yolo/predict.py in
5 import os
6 import json
----> 7 from ...cython_utils.cy_yolo_findboxes import yolo_box_constructor
8
9 def _fix(obj, dims, scale, offs):

ModuleNotFoundError: No module named 'darkflow.cython_utils.cy_yolo_findboxes'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions