Borrar filtros
Borrar filtros

Directly loading images from datastore doesn't work in different machine.

1 visualización (últimos 30 días)
john
john el 17 de Feb. de 2022
Respondida: yanqi liu el 17 de Feb. de 2022
I have created a deep learning network. I stored all the workspace variables( datastores and lgraph which is the network) in .mat file.Now when I try to load this .mat file in another pc and load the lgraph it loads properly. But when I load the datastores. It seems like the datatstores aren't getting loaded. ( I think it's becoz the directory location of the ds doesn't exist ). So my question is how can I make this create these datastores in someone else's pc without running the whole code there again?
  2 comentarios
Image Analyst
Image Analyst el 17 de Feb. de 2022
Well of course the images have to exist on the other PC. So put them there.
john
john el 17 de Feb. de 2022
I can copy the images folder but again i will need to rewrite the path right?
isnt there any other way through which i can do this becoz I just want to train the network in different machine without opening my orginal source code there?

Iniciar sesión para comentar.

Respuestas (1)

yanqi liu
yanqi liu el 17 de Feb. de 2022
yes,sir,the datastore save the image path,so if change computer,may be set the same path and copy the image file to same folder;or regenerate the datastore by new folder path

Categorías

Más información sobre Deep Learning for Image Processing en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by