nstroustrup / lifespan

Lifespan Machine Source Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

failing to load all frames in storyboard

kolt-mcb opened this issue · comments

p->analyzer->load_images_for_group(p->group_id, p->number_of_images_to_load, *p->sql, p->load_images_after_last_valid_sample, p->load_flow_images, *p->image_cache);

Hi Nick,

I manually changed p->number_of_images_to_load on line 7089 to 12 (arbitrary) as this number was the last frame that I was able to view, past frame 10 and now fail loading frame 13, can you tell me if this number is used as a type of pagination or is it the total number of frames for an object/animal?

OK--that opened up a can of worms...

...but several issues in the asynchronous image loading process should be fixed by the patch
56b70f4

Please test on your system.

N

Nick,
My first impression is that everything seems to be working, let me annotate this experiment and see if I run into any issues! Great work!