junjun1023

Results 3 comments of junjun1023

Hi, according the implementation of [TSM](https://github.com/mit-han-lab/temporal-shift-module/blob/e12b79e9647314c1b07f9e161a4810f90f51b021/ops/temporal_shift.py#L26-L30), ```python @staticmethod def shift(x, n_segment, fold_div=3, inplace=False): nt, c, h, w = x.size() n_batch = nt // n_segment x = x.view(n_batch, n_segment, c, h,...

> I'd like to verify that: > > 1. whether your images have GT (density map) ? > 2. how your exemplars are annotated ? Each image has exemplars annotated...

Having the same question too. I encountered error `ModuleNotFoundError: No module named 'yolov6.models.yolo_lite'`. How to inference `yolov6lite_s.pt` model?