Open yangh122 opened 2 months ago
Hi Prof,
I got an error "vector subscript out of range". After debugging, I found the initial RGBA data array size is 0 which causes the issue. Are we supposed to handle this case? Thanks
It looks like it’s failing to load the specified file
how are you running the code ? Can you print the value of file name ? Are you on windows, Linux or osx ?
Resolved by changing the output path
Hi Prof,
I got an error "vector subscript out of range". After debugging, I found the initial RGBA data array size is 0 which causes the issue. Are we supposed to handle this case? Thanks