Code Monkey home page Code Monkey logo

deep_sort_yolov3's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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

deep_sort_yolov3's Issues

I can't use my own weights file.

Hi.
I tried to use my own weights file by changing these 3 line in yolo.py

    self.model_path = 'model_data/myown.h5'
    self.anchors_path = 'model_data/myown_anchors.txt'
    self.classes_path = 'model_data/myown_classes.txt'

But error happened below.

File "demo.py", line 119, in
main(YOLO(),args.read_type)
File "C:\deep_sort_yolov3-master\yolo.py", line 33, in init
self.boxes, self.scores, self.classes = self.generate()
File "C:\deep_sort_yolov3-master\yolo.py", line 72, in generate
score_threshold=self.score, iou_threshold=self.iou)
File "C:\deep_sort_yolov3-master\yolo3\model.py", line 170, in yolo_eval
anchors[anchor_mask[l]], num_classes, input_shape, image_shape)
IndexError: index 6 is out of bounds for axis 0 with size 6

Of course these files are set in model_data folder and I already tested in success at original yolo.h5 set.
Please advise me to use my own weights file.
Thank you.

关于deep-sort yolov3的运行错误

你好 看到您的关于deep-sort yolov3的文章,下载下来不能正常运行显示报错,Windows 下
Input to reshape is a tensor with 3549 values, but the requested shape requires a multiple of 43095
[[Node:Reshape_75=Reshape[T=DT_FLOAT,Tshape=DT_INT32,_device="/job:localhost/replica:0/task:0/device:CPU:0"](conv2d_59_4/BiasAdd, Reshape_75/shape)]]
一直没有找到问题的根源 特别写了这封邮件 寻求您的帮助,希望您给一些详细的使用教程 期待您的回复。 谢谢

how to change ckpt.data-00000-of-00001&ckpt.meta&ckpt.index to .pb

When I trained my own model in deep cosine metrics learning, I could get the model data as in mode.ckpt-0.data-00000-of-00001, checkpoint, model.ckpt-0.index and model.ckpt-0.meta these files. But I have problems to change these model into .pb. Also, when I saw the freeze_model.py, I found that it was trying to change .ckpt-0(or other numbers) not .ckpt-0.data-00000-of-00001 to .pb. So I would want to know how to change the my model to .pb

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.