-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
inference.py #14
Comments
Hi there, I hope you're doing well. I just wanted to follow up on my previous message regarding FPD inference. If you could provide an update or let me know when you might be able to respond, that would be greatly appreciated. Thank you! |
Hello, sorry for the late reply, I might not be able to respond promptly due to due to being busy with work. However, this issue did not occur in my environment. Please try reinstalling this repository, and make sure "python setup.py install" is running in the right folder (not in the mmfewshot folder). |
Thank you for taking the time to reply to my message. I apologize for any inconvenience caused. I am glad to receive your feedback, which is very valuable to me. Thank you again for your help, and I hope your work goes smoothly. |
Thanks! Feel free to ask if you still have any questions. |
Sorry to bother you, can you provide a script command for inference, similar to the training and testing you mentioned in README: |
Hello, you might be referring to the inference.py in the mmfewshot. I haven't used this file before and can't provide instructions at the moment. However, I would recommend checking out the documentation in the mmfewshot or MMDetection repositories. They might have the information you're looking for. |
Okay, thank you for your reply. There is also a question about "average results over multiple runs" that needs to be consulted. Is this result the average of multiple fine-tuning training results with different fewshot samples, or is it the average of multiple testing results with the fine-tuning training weights and then changing the fewshot samples. |
It refers to different fewshot samples. See issue#5 for more information. |
Thank you for your response. I have already looked into issue # 5 you mentioned in advance, but I am still a bit confused. After changing the benchmark_ [K] shot.txt, do we need to conduct testing directly, or do we need to perform fine-tuning train and testing, or do we need to re execute all processes including base-training, fine-tuning train, and testing. |
We only need to fine-tuning the model on the new fewshot samples, i.e. perform fine-tuning train and testing. |
Okay, thank you for your reply. Thank you very much. Wishing you a happy life and smooth work! |
Hello, when I was executing the inference.py file, I was prompted that "FPD is not in the models registry". I have executed "python setup.py install", but I am still experiencing this error when inference.
The text was updated successfully, but these errors were encountered: