Alessandro

Results 2 issues of 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...

![image](https://user-images.githubusercontent.com/3706173/218682707-a7765aea-9c54-434d-b61b-8037d2116471.png) 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...