Hi, Thanks for Your Efforts, i was trying to Use this model and got ModuleNotFoundError: No module named 'model'

#1
by iamgrootns - opened

python infer.py --checkpoint model.pt --image FolderWiseImage/fftGroup/Gemini/Gemin_Aman_with_pizza_add_pizza_box.png --size 512
Traceback (most recent call last):
File "/home/praful/Workspace/Model_training_experiments/opensynthid-detect-0.1/infer.py", line 23, in
from model.model import build_model # noqa: E402
ModuleNotFoundError: No module named 'model'

is there some file missing that we need for inference?

Thanks again for the Model

Hey, sorry my bad forgot to add other deps, I will update it later today and tag you here.

Thanks, i will be waiting, also had sent you 2 mails with GIFs so i dont end up in SPAM folder. :)

Ahaha I appreciate the GIFs! Added the missing code and requirements.

Since you talked about reliability in the email, see an example below: it works decently well but still has some edge cases which it fails to identify:

image

fyxme changed discussion status to closed

I really Appreciate it, Thanks and if its v0.1 imagine how the actual version 1 would be, also can you share the training code for this on your github, i wanna try this with other models.

Sign up or log in to comment