star

Results 7 issues of star

fix the error when existing invalid views in the scene. Beside the pose_boundary.npy will be generated, it also will generate "view_imgs.txt" to mark which views are used.

https://github.com/HRNet/HRNet-Facial-Landmark-Detection/blob/f776dbe8eb6fec831774a47209dae5547ae2cda5/experiments/wflw/face_alignment_wflw_hrnet_w18.yaml#L67 Why not enlarge batchsize in training , 48 and bigger?

The original code doesn't consider the gpu situation for loss, and will lead to the problem: ```RuntimeError: Expected object of backend CUDA but got backend CPU for ...``` original code:...

Hi, A nice work in face alignment! For better compare to other works, I wanna to know the params and flops (in WFLW,98pts) on LUVLI.

https://github.com/LLaVA-VL/LLaVA-NeXT/blob/8c09e0206af91c5c83fc25f55500883e9df261b8/llava/model/llava_arch.py#L137 ![image](https://github.com/user-attachments/assets/696d949b-dd57-4f8c-a93e-1dac4cfca758)

Is the grounding data labeled before or after the data processor? ![image](https://github.com/user-attachments/assets/8d6b6f19-b018-4f54-8854-9262358438c3) for example, an image needs padding to make width equal height, and the openai/clip-vit contains the do_center_crop. These...