Results 5 issues of 宋秉一

#pragma message error ```bash Compiling: src/main.cpp -> build/release/main.o g++ -flto -fopenmp -std=c++17 -O3 -Ofast -Wall -Werror -I ./src -I./include/ -MP -MMD -c src/main.cpp -o build/release/main.o In file included from src/main.cpp:17:...

bug
enhancement
c++

Hi, I'm doing something MEMC works. Great job on the occulusion problem solving. But still found some artifacts with even newest trained RIFE v2.4 I would very much appreciate it...

Can I input volumetric input (like TSDF volume)? ```c++ vector tsdfVolume; ```

https://github.com/JunHeum/BMBC very much thanks

The old code in `rawpy/_rawpy.pyx` ``` ndarr.base = self ``` through error `Assignment to a read-only property` should be changed to [issue](https://github.com/letmaik/rawpy/issues/171) ``` np.PyArray_SetBaseObject(ndarr, self) ``` please checkout the official...

bug