Hawkeye-FineGrained / Hawkeye

Open source deep learning based fine-grained image recognition toolbox built on PyTorch🔥
MIT License
572 stars 65 forks source link

Proposed code to create metadata files #4

Closed GLOMQuyet closed 10 months ago

GLOMQuyet commented 10 months ago

When I use private data to train the mosquito task. My goal is to both show pictures of mosquitoes and if only use one important part to classify a certain type of mosquito. However, I find it difficult to code the metadata file myself. Do you recommend a solution to manually create the metadata file for custom data?

GLOMQuyet commented 10 months ago

I have completed and perfected the custom training data as well as edited some information for image prediction and confusion matrix. Follow my github: https://github.com/GLOMQuyet/Mosquito_Classification/