Features:
- `no_blocking` context manager for eventbus
- Better debugging traceback for `Conv`, `Linear` and patching layers.
- Remove `tqdm` and `matplotlib` from dependencies
- Add `frame2video` ffmpeg command
- Move `crop_with_padding` applied on `ndarray` to `tensorneko_util`\
- `FaceXZooFaceDetector` as a face detector based on [`FaceXZoo`](https://github.com/JDAI-CV/FaceX-Zoo/tree/main/face_sdk) repository. Here the [forked version](https://github.com/ControlNet/FaceX-Zoo) is used.
Fix:
- bug when using `frames2video` with torchvision backend.