Victor Escorcia

Results 23 issues of Victor Escorcia

Hi @szagoruyko, - Could you pls share your thoughts about the relevance and scope of this project with pytorch >= 1.0.0? That release also included some JIT compilation component. -...

I wrote this function replicating the idea of the cvpr-paper. It would be great to refine it in the following aspects: - [x] [Apply intersection-threshold](https://github.com/escorciav/deep-action-proposals/blob/b93ae34b32c7b37bf37f666625e5c54633c0d77d/python/data_generation.py#L313) less than 1 just on...

`compute_priors` function on `data_generation` module is a little bit convoluted. The matching of priors to segments should be on other function because we will end-up duplicating code if all the...

Some videos of _Thumos14_ are incorrectly annotated e.g. `video_validation_0000364` and `video_validation_0000856`. In order to avoid unpleasant surprises, it's useful to drop rows of the data-frame where `t-init` or `t-end` <...

Does anyone want a patch to enable or disable ipdb in [`train.py`](https://github.com/epic-kitchens/C1-Action-Recognition-TSN-TRN-TSM/blob/master/src/train.py#L29) from the config file? Here you go: ```python from contextlib import nullcontext context_manager = nullcontext if cfg.debug: import...

Wouldn't it be great to add an attribute to track the scale in the BBox dataclass? I had a silly bug due to that :sweat_smile: Perhaps it's just me who...

Is there an example using YOLO-POSE in mmpose? If not, what about any recent YOLO backbone. Could you please discuss if that will happen in the future? Any tip or...

Hi! **Am I the only one wondering what will happen to AIMET as per ExecuTorch announcement?** 1. Did AIMET core/maintainers dev participate in the development? It seems that the Qualcomm:QNN...

Hi folks! I noticed that I have access to AIMET Pro with my corporate credentials. **What are the benefits over the open-source public version?** Best, Victor

Hi, I was wondering how are you guys dealing with GroupNorm. I discovered the following weird situation in S8G2 DSP (HTP, chipset: SM8550). | GroupNorm(`groups=32`) | 1, 64, 512, 512...

QNN