facebookresearch / facebookresearch/SlowFast
lacking detection head in X3D
Open
- Dominant language
- Python
- Stars
- 7.4k
- Forks
- 1.3k
- PR merge metrics
- No merged PRs in 30d
Description
Although in the class `X3D` you make it explicit
```python
if self.enable_detection:
NotImplementedError
```
I would really appreciate a (pretrained) head for the model. How did you do detection on AVA without this head?
Contributor guide
Assessment
This issue has not been assessed yet.