MasterChief_9x

Results 15 comments of MasterChief_9x

Hi @rose-jinyang Have you found the solution?

@Nathasure Yolov7 will automatically override the 80cls to the number of classes defined in your data.yaml, in other words, you don't have yo change the 80 in yolov7-tiny.yaml ![image](https://user-images.githubusercontent.com/9301684/189263432-5b959e78-d3fe-4312-a8cc-64684be79e99.png)

I have also tried with: ``` - DetResizeForTest: limit_side_len: 960 limit_type: max ``` But the error still persists.

@KongXCai just set: cal_metric_during_train: false

@NielsRogge thank you for the amazing works, I have a question regarding image similarity calculation, should I take the mean value of the last_hidden_state for each image in total of...

@KohakuBlueleaf Thank you for the information, I've tried to evaluate the Lora using your eval framework but getting the error due to the lack of: ``` in_dist_features = "in_dist_prompts-image-features.npz" out_dist_features...

@cyber-meow Thank you for the prompt reply, should I put the same image into these folders?

I expected if we compute the similarity of only 1 image, the score should be 1: ![image](https://github.com/user-attachments/assets/71c3ab50-cf84-44aa-856c-4ea70cc7f3b1)

@cyber-meow I'm not sure how to determine what images are in_dis_prompt and out_dis_prompt or triggeronly with the ground truth images. I have several real ground truth(ref) images from the artist,...

@arjunkarpur Thank you for your great contribution to the community, We would be very happy if you could share the training code and suggestions on fine-tuning Omniglue to adapt with...