-
Notifications
You must be signed in to change notification settings - Fork 7
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
Questions about the "get_class_embedding.py" file #1
Comments
Could you provide the detail of your error? |
Thank you very much for your reply, I suspect that I am having problems making my own dataset, I am downloading the dataset of flowers you provided this morning and I plan to make my own dataset after running the dataset you gave me as a reference first. I'll come back chatter if I don't solve the problem. |
I downloaded the dataset for flowers and created the packet files with "all_img/test" and "all_img/train", and modifications the config/paths_config.py and config/data_config.py config/paths_config.py
config/data_config.py
The program has reported an error
I found that the naming you used in the given dataset is n02085620_25.JPEG_238_24_392_167.jpg, but the data I downloaded from the internet is named image_00033.jpg, did you perform any manipulation in between? Like stitching the original image and the target like zi2zi? |
I guess the program error is because there is something wrong with your environment configuration. You can configure your environment using environment/envrionment.yaml. As for the naming problem, you should rename you data file in the form of catefgory-id_sample_id.jpg. For example, in n02085620_25.JPEG_238_24_392_167.jpg, "n02085620" is the category id and "25.JPEG_238_24_392_167" is the sample id. They are connected by a "_". |
i down your weight in face dataset,but the opt has no attribution named A_length. the error information is: Traceback (most recent call last): |
Hello. I came across your paper and found it very interesting, so I downloaded the code to run it myself. And I want to make my own dataset, I have modified the paths_config.py files. When I run the get_class_embedding.py file, unfortunately it gives me this error "ImportError: No module named 'fused'"
The text was updated successfully, but these errors were encountered: