zzzzzj1994

Results 14 issues of zzzzzj1994

I use MCMOT to train on Crowdhuman for 30 epochs and i modifiy the Input_WHs and set the num of class to 1. Here are my results below: ![image](https://user-images.githubusercontent.com/25050291/126975257-8d599f71-20ed-454a-86bd-dafccfe1e8bd.png) i...

I used the osnet_1.0 to extract pedstrain features in deepsort code. Here is the hype-parameters below: ``` def __init__(self, model_path, max_dist=0.2, min_confidence=0.3, nms_max_overlap=1.0, max_iou_distance=0.7, max_age=70, n_init=3, nn_budget=100, use_cuda=True): self.min_confidence =...

I will be appreciate the author if he/she can share the original traind model, thank you in advance.

In the paper,the author wrote > "since all datasets that we work with have real-valued inputs, we present a way to learn their imaginary components to let the rest of...

As the code seen, the results only can generate the pose in the referenced face input, such as a portrait style. However it can uploda another image in hugging face...

Thanks for the great work. It seems the generated img isnot real img with transparent background, instead a background with chessboard. I want to replace the corrsponding pixel by photoshop,...

I finished a lora traning based on Stable Cascade with onetrainer, but I cannot find a solution to load the load in diffusers pipeline. Anyone who can help me will...

Fllowing the demo, the result got is perfect. But when I want to use the costom clothes it failed. After check the code, I think it should generate the corresponding...

thank you for the awesome contribution firstly. I implement this project successfully, and got the result below: ![image](https://user-images.githubusercontent.com/25050291/152751749-c9332ba1-9657-467b-b7db-32d5adb91768.png) but when I test the inferenct time without using this project, i...

Thank you the awesome contributions. Here are some questions about the respository below: 1. Is it resonable to add ReID branch in YOLOx model? the YOLOx has 3 hierachies which...