ZexinChen / AlphaTracker

AlphaTracker is a computer vision pipeline with the practical and real-time advantages , which requires minimal hardware requirements and produces reliable tracking of multiple unmarked animals. An easy-to-use user interface further enables manual inspection and curation of results.
61 stars 16 forks source link

Error in tracking/pose estimation #19

Open mcarone001 opened 2 years ago

mcarone001 commented 2 years ago

Hi, first of all thank you for all the amazing work you've done. I'm trying to use AlphaTracker via google colab and in step 9 I came across this error: `Traceback (most recent call last): Immagine 20

Could you help me out? thank you so much

laurelrr commented 1 year ago

Hi, Thanks for your interest in AlphaTracker! Could you please verify that there are images in your image directory : /gdrive/result_folder/oriFrameFromVideo//Trial60/frame_folder and include their file size?

Are you running our sample data or your own data? Thanks, Laurel

mcarone001 commented 1 year ago

Thank you so much for your reply. Yes I can conferm that there are all the frames. They're all different sizes (ranging approximately from 860 KB to 1,000 KB). I'm running on your sample data.

laurelrr commented 1 year ago

It looks like you are attempting to track a video called "Trial60.avi". Is this the sample video we provided and you have renamed it or is this one of your own videos? First, would you be able to see if tracking runs on the sample demo video that we provided.

After you confirm that tracking works correctly on our sample video, you could try to convert from .avi to .mp4 format.

Thank you.