bonjour j ai cette erreur si une personne peux m aider merci
/content/first-order-model
---------------------------------------------------------------------------
Code:FileNotFoundError Traceback (most recent call last) <ipython-input-3-e21dc707b840> in <module>() 30 warnings.filterwarnings("ignore") 31 ---> 32 source_image = imageio.imread('/content/'+Nom_Fichier_Image) 33 reader = imageio.get_reader('/content/'+Nom_Fichier_Video) 34 3 frames /usr/local/lib/python3.7/dist-packages/imageio/core/request.py in _parse_uri(self, uri) 271 # Reading: check that the file exists (but is allowed a dir) 272 if not os.path.exists(fn): --> 273 raise FileNotFoundError("No such file: '%s'" % fn) 274 else: 275 # Writing: check that the directory to write to does exist FileNotFoundError: No such file: '/content/content/DeepFake_From_Single_Image/data/reynolds1.png'
-----