Skip to content

Memory dependency data logger #3

Description

@Dipshil

we will need to make some structural changes in the data logging code so that it becomes RAM independent. Currently it reserves the said space in ram before capturing the frames, which is reaching it's limits as we are capturing twice the number of images (raw and cropped) thus limiting out data collection. I think we will need to save the images as they are captured instead of storing them in a queue and then returning it to the main thread. I tried doing that but it bombs the code nuclear. same goes for data loader in pyotrch, we will need to load batches of data as they are needed and not store the whole dataset in memory. this will lead to a major slow down in runtime but at least the network will capture and train on any data size.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions