https://github.com/Addalin/learning_lidar/blob/1e11f1ea226a4dbb106edbab681da365459cbf44/dataseting.py#L165-170
raise load exception if file does not exist.
The "with" statement continues to run for some reason.
I tried to use the "try" statement, but probably I am not using it right