Jas

Results 166 comments of Jas

How about adding some models for temporal action segmentation?

latest.pth is a symlink, isn't it?

latest.pth is a symlink itself. It points to the real checkpoint file. Please use command `ll` to see the target.

Inside the work_dir, there should be *.log, *.log.json, epoch_*.pth, best_AP_epoch_*.pth, and latest.pth. latest.pth is a symlink, pointing to a specific epoch_xx.pth (which is the real checkpoint file). best_AP_epoch_xx.pth is a...

_Is there a way to enable this behaviour?_ Currently, no. _Or should I implement my own variation of TopDownGenerateTarget._msra_generate_target()?_ Yes. I think so.

could you please describe **triplet** in more details?

Maybe you can add a custom dataset to generate triplets. I am not sure.

@zengwang430521 Could you please help check this issue? @codeHorasan BTW, mesh related features will be deprecated in MMPose. We will support it in https://github.com/open-mmlab/mmhuman3d

You may try discarding some low-confidence bbox.

Hi, `top_down_video_demo_full_frame_without_det.py` this only works for top-down approaches, while associative embedding is bottom-up.