Giter VIP home page Giter VIP logo

vehicle-and-people-tracking-with-yolov3-'s People

Contributors

baakchsu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

vehicle-and-people-tracking-with-yolov3-'s Issues

License

Dear Support.

Thank you so much for kind nice effort.
Can you share the license policy? Either Open Public or MIT or restricted?

Greetings.

Error in detecting bounding boxes

On running this code for a single frame, I am getting error at line boxes = model.get_boxes(preds, imge.shape[1:3])
image

Following are all the libraries version that I am using in my virtual environment
absl-py (0.10.0)
argon2-cffi (20.1.0)
astor (0.8.1)
async-generator (1.10)
attrs (20.2.0)
backcall (0.2.0)
bleach (3.1.5)
cffi (1.14.2)
colorama (0.4.3)
Cython (0.29.21)
decorator (4.4.2)
defusedxml (0.6.0)
entrypoints (0.3)
gast (0.4.0)
google-pasta (0.2.0)
grpcio (1.32.0)
h5py (2.10.0)
importlib-metadata (1.7.0)
ipykernel (5.3.4)
ipython (7.16.1)
ipython-genutils (0.2.0)
jedi (0.17.2)
Jinja2 (2.11.2)
jsonschema (3.2.0)
jupyter-client (6.1.7)
jupyter-core (4.6.3)
jupyterlab-pygments (0.1.1)
Keras-Applications (1.0.8)
Keras-Preprocessing (1.1.2)
Markdown (3.2.2)
MarkupSafe (1.1.1)
mistune (0.8.4)
nbclient (0.5.0)
nbconvert (6.0.1)
nbformat (5.0.7)
nest-asyncio (1.4.0)
notebook (6.1.4)
numpy (1.19.2)
opencv-python (4.4.0.42)
packaging (20.4)
pandocfilters (1.4.2)
parso (0.7.1)
pickleshare (0.7.5)
pip (9.0.3)
prometheus-client (0.8.0)
prompt-toolkit (3.0.7)
protobuf (3.13.0)
pycparser (2.20)
Pygments (2.6.1)
pyparsing (2.4.7)
pyrsistent (0.17.2)
python-dateutil (2.8.1)
pywin32 (228)
pywinpty (0.5.7)
pyzmq (19.0.2)
Send2Trash (1.5.0)
setuptools (39.0.1)
six (1.15.0)
tensorboard (1.14.0)
tensorflow (1.14.0)
tensorflow-estimator (1.14.0)
termcolor (1.1.0)
terminado (0.8.3)
testpath (0.4.4)
tornado (6.0.4)
traitlets (4.3.3)
wcwidth (0.2.5)
webencodings (0.5.1)
Werkzeug (1.0.1)
wheel (0.35.1)
wrapt (1.12.1)
zipp (3.1.0)

Traceback error

After running the folowing code,

python3 yolov3coco.py

I got the following output:
.
.
.
.
Traceback (most recent call last):
File "yolov3coco.py", line 32, in
import tensornets as nets
File "/home/ccf/.local/lib/python3.6/site-packages/tensornets/init.py", line 53, in
from .references import YOLOv3COCO
File "/home/ccf/.local/lib/python3.6/site-packages/tensornets/references/init.py", line 3, in
from .yolos import YOLOv3COCO
File "/home/ccf/.local/lib/python3.6/site-packages/tensornets/references/yolos.py", line 37, in
from .yolo_utils import opts
File "/home/ccf/.local/lib/python3.6/site-packages/tensornets/references/yolo_utils.py", line 9, in

After running it again after that

from .darkflow_utils.get_boxes import yolov3_box
File "/home/ccf/.local/lib/python3.6/site-packages/tensornets/references/darkflow_utils/init.py", line 16, in
from . import get_boxes
File "init.pxd", line 918, in init tensornets.references.darkflow_utils.get_boxes
ValueError: numpy.ufunc size changed, may indicate binary incompatibility. Expected 216 from C header, got 192 from PyObject

Any help?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.