Alessandro
Alessandro
https://github.com/ahaliassos/RealForensics/blob/990243bd3aee8fff4742045e110411d53b504f13/stage2/eval.py#L26-L28 While building the weights path on line 27, `os.path.realpath(__file__)` does not return the real path of the file which, according to the readme, should be `{working directory}/stage2/eval.py` but returns...
 I receive this error when I try to do the inference. The directory mentioned in the error points is actually empty so I have no idea what it worries...