colinlaney / animal-tracking

Object tracking with OpenCV in open field behavioral test (overhead view maze)
https://youtu.be/GebcshN4OdE
Creative Commons Zero v1.0 Universal
50 stars 23 forks source link

Documentation/usage examples #1

Open TheChymera opened 8 years ago

TheChymera commented 8 years ago

Hi,

I am interested in using and contributing to your software. I am quite expereinced with python, and I would be very happy to do my animal tracking analysis in an open source environment.

Sadly, I find it a bit difficult to get a clear understanding of your code. Would you mind adding a bit more documentation (in the form of docstrings/comments) or maybe a few usage examples?

colinlaney commented 8 years ago

Sure, soon I'll add an example video file and describe what the code does with the input data.

MJOvelar commented 7 years ago

Hello, I am also interested in understanding your code better for an project I am working on. If you could give us some more info on how to use your code on video footage I would be very thankful. At the moment I try and run it on my videos but nothing happens. Thank you very much in advance!

TheChymera commented 7 years ago

I, at least, (and I beliebe @MJOvelar as well) would also be willing to help you further improve your package, if we could better get to grips with it. There are many benefits associated with documenting your code, and adding usage examples !

colinlaney commented 7 years ago

@TheChymera, @MJOvelar, Thanks for reminding me. I've added sample video with usage example. Please try to follow the steps of instruction and check if it works at least on the sample video.

amirprobuetmir commented 5 years ago

Hi ,Im very interested in your project , Im also working on my prject of rat monitoring.I got couple of questionst to ...

colinlaney commented 5 years ago

What is the question?

amirprobuetmir commented 5 years ago

When i run the program , it shows me just half of my field ( but I’m using rat in a smaller box) I’ve tried to change it with changing “. frame[:,w-h:w ]” And also I’ve put 1 to HALF_AREA=1hh . I’m using mp4 video in 30 FPS and 1280 to 720. And also I want to count average speed every 20 Seconds. Is it possible to use your method in real-time.? Thank you for answer !