Haiyi
Haiyi
Many thanks to the pre-trained models that have been released. Is there any plan of releasing a checkpoint for ResNet-101 (NL) model trained in Kinetics dataset?
I'm curious about how unrealcv plugin set actors in the scene to pure color when generating object_mask, i.e. how unrealcv works. Can you give me some clues about it? Really...
Does anyone know how to do keypoint annotations by unrealcv? Thanks a lot.
### Describe the bug **context** When I add `.. toctree::` in `index.rst` like this: ```rst Welcome to test's documentation! ================================ .. toctree:: :maxdepth: 2 :caption: Contents: tmp.md ``` The content...
- add `on_change` of model for `gr.Audio` named `Melody` when `model == "melody"`, the Melody Audio Component would be visible, otherwise it's hidden.
Brilliant work there! I have imported the asset successfully, but I don't know how to use this preprocessing material. Can you show me how to use it to generate optical...
In the original version, the input of `opensora.datasets.save_sample` would be affected by the function. For example: ```python import torch from opensora.datasets import save_sample video = torch.zeros(3, 32, 1024, 1024) save_sample(video,...