Jingyang Zhang

Results 9 issues of Jingyang Zhang

Hi, I'm trying to use 2017 data for my own research. Not sure if I miss anything, but it seems that the info file `test2017.json` doesn't give the ground-truth label...

Hi, Thanks for making the code available. It helps. I was wondering why in the normalization of stylegan's outputs the channel mean and std are randomly generated (as below). Also,...

### Checklist - [X] 1. I have searched related issues but cannot get the expected help. - [X] 2. The bug has not been fixed in the latest version. ###...

Feel free to check out https://github.com/huggingface/diffusers/tree/main/examples/community#stable-diffusion-boxdiff Example use case: ```python import torch from PIL import Image, ImageDraw from copy import deepcopy from examples.community.pipeline_stable_diffusion_boxdiff import StableDiffusionBoxDiffPipeline def draw_box_with_text(img, boxes, names): colors...

Thank you llava-next team for releasing the powerful models and having them ready on huggingface (shout out to HF team as well). I've put up a code base https://github.com/zjysteven/lmms-finetune which...

### Describe the bug Hi, thanks for this great work. I was trying to use the new video real-time streaming output feature that is enabled by #8906 (currently under the...

bug

1. If you are using local checkpoint (i.e., you are specifying a local model path instead of a huggingface url for xxxx.from_pretrained), then please pull the latest content from the...

**TL;DR: Set a large enough `model_max_length` (e.g., 2048, 4096, or even larger) when finetuning, or otherwise you will be likely to see training loss always being 0.** Today we have...

First, we'd like to thank everyone for recognizing OpenOOD and choosing to populate your latest results on OpenOOD leaderboard. Earlier, the process to include new entries to the leaderboard was...