Home > other >  Image retrieval programs for each execution need to load a file, the size of more than 1 g each retr
Image retrieval programs for each execution need to load a file, the size of more than 1 g each retr

Time:09-23

Do image retrieval process, each need to load a file, the size of more than 1 g, every retrieval needs to be loaded, lead to low efficiency,
How do I do not need every query load at a time,
Is the program in advance the file loaded into memory, then every time the query memory directly read data, the use python, is how to achieve this, please help to give some ideas, thank you very much

CodePudding user response:

The file to memory? Try to use after pickling storage efficiency
  • Related