yuxng / MDP_Tracking

Learning to Track: Online Multi-Object Tracking by Decision Making
MIT License
414 stars 168 forks source link

Running code without building dres structure #6

Closed shivakumardistproc closed 7 years ago

shivakumardistproc commented 8 years ago

Dear Yu Xiang, Building dres structure takes huge hard disk space and time. Is it possible to run code with out building dres structure? Can we read one frame at a time (like "On-line" processing)?

Thanking you Shiva

yuxng commented 7 years ago

Hello,

I think it is possible. The dres structure can save time in training. Otherwise, we have to read the images again and again during training. For testing, since we only process one image once, it is possible to not use the dres structure.