Git Product home page Git Product logo

pyeco's People

Contributors

strangerzhang avatar

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

pyeco's Issues

OTB result

Hi, I have several questions about your evaluation on OTB

  1. OTBdeep's backbone is ResNet50 or VGG16 ?
  2. Could you please send me a copy of your OTB toolkit pyhon version ?

speed

what is your test speed?why is it too slow when i test (less than 1fps)?

IndexError: list index out of range

hi
first, tx for the repo.

Now when executing the demo I have the following error (the video passed is a mp4 of 6mins so about 10k frames), can you help please?

~/pyECO$ python bin/demo_ECO_hc.py --video_dir ~/Desktop/videos/1000FPSSlowMotion.mp4 
/home/tets/.local/lib/python2.7/site-packages/h5py/__init__.py:34: FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated. In future, it will be treated as `np.float64 == np.dtype(float).type`.
  from ._conv import register_converters as _register_converters
Traceback (most recent call last):
  File "bin/demo_ECO_hc.py", line 66, in <module>
    main(args.video_dir)
  File "bin/demo_ECO_hc.py", line 18, in main
    height, width = frames[0].shape[:2]
IndexError: list index out of range

numpy数组颜色通道问题

你好,我最近在练习一些想关滤波代码的python复现,参考了这个repo,很感谢!发现了一个小小的问题。
features.py中283行应改成
RR = patch[:, :, 2].astype(np.int32)
GG = patch[:, :, 1].astype(np.int32)
BB = patch[:, :, 0].astype(np.int32)

Does this code work on Windows or Linux

Does this code work on Windows or Linux? When I tried "python setup.py build_ext --inplace", it says "make sure that python modules winreg, win32api or win32con are installed".

Object detector + tracker

Dear Author,

Is there any way to integrate it with a deep learning based object detector and supply multiple objects to be tracked across the frame like KCF with an ID using this approach ?

Thank You !

test code

Can i take a look your test code on OTB100? Tks!

HOW TO RUNNING IT WITH MY OWN VIDEO?

Hello, i am new to visual tracking, and i have already done the demo running,
But i don't know how to running it with my own video? what should i do?
thanks for a lot!

How to use it

Sorry ,I'm s a rookie in keras & Neural network.
Pardom,can I ask you a question?

I am trying my best to make your codes runnable the whole afternoon,but unfortunatly I failed,can you Provide a list of dependent kits?
Would you plz make the usage more detailed so that anyone interested in your work would ultimate and contribute it.

Thanks in advance : )

Augmenatation methods to train samples

Thanks for your work. I have tested your code and it works very well. I wonder if there are any sample augmentation methods that have been used during filter training. If there are, please tell me where I can find them.
Thanks.

is it necessary to install cupy..?

dear zhang,
i am trying to reimplement your code on my cpu and as per your instructions i need cupy environment but it recomended for CUDA device only. and when i am trying to run it without cupy following errors occurs
ImportError: cannot import name '_gradient' from 'eco.features'
i am using windows..
and what modifications i should make in comment line 6 of features..
can your please elaborate them..

code crashes in some cases

In file eco/scale_filter.py, function of _extract_scale_sample
if xs.min() > im.shape[1] or ys.min() > im.shape[0], etc. , then the code will crash in cv2.copyMakeBorder

Running pyECO on Jetson Nano 4GB

Before asking any further error question I would like to learn if this project is portable to run on Jetson Nano because all my errors seems like architecture problems (_gradient.o _gradient.o.d) and also from mxnet-cuda version unmatching leaks

Segmentation fault: 11 Stack trace:

I have studyed ECO for two weeks and tried running the code you provided. Many problems were solved. But the "Segmentation fault" bothered me and I can't solve it.
If you are free, Can you help me?
image

Is it possible to provide ECO algorithm pseudo code?

Thank you for the code you contributed. I have been studying the code for a while, and there are many places in the program that don't quite understand. Pleading the author to provide pseudo code or execution flow chart of the algorithm ECO.Thank you very much.And,Looking forward to your reply.

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.