How can I prepare my own data about gallery and query?
See original GitHub issueWhen I test my own data, I find that this problem often occurs.
python ./demo/visualize_result.py --config-file './configs/Market1501/AGW_R50.yml' --vis-label --dataset-name 'Market1501' --output 'logs/market1501/agw_R50/agw_market1501_vis' --opts MODEL.WEIGHTS "./logs/market1501/agw_R50/model_final.pth"
assert num_valid_q > 0, 'Error: all query identities do not appear in gallery'
AssertionError: Error: all query identities do not appear in gallery
I don’t clearly know why this happens? If you have time, can you tell me how to make your own dataset?
Issue Analytics
- State:
- Created 3 years ago
- Comments:19 (5 by maintainers)
Top Results From Across the Web
Preparing Your Dataset for Machine Learning: 10 Steps
Preparing data for machine learning projects is a crucial first step. Learn how to collect data, what is data cleaning, who is responsible ......
Read more >How to Create Training Data for Computer Vision Use Cases
You will need to collect as much real-world image data as possible for your use case scenarios — namely, annotated images or videos....
Read more >1. How to collect Images for Deep Learning Project? - YouTube
Dataset will be the pillar of your training model. We can prepare the Images for Dataset from Bing Image Downloader library.
Read more >How to create a dataset for visual search models - Medium
We can try to obtain the dataset from google, some professional data gathering services or write our own scrapers for example with scrapy....
Read more >Create a data type (Power Query) - Microsoft Support
In Power Query, create a custom data type: import, shape, and load it into an Excel Table. View it in a card, extract...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@AnhPC03 ,hi, When you make your own datasets, make sure that the gallery contains at least one other camera graph with the same ID in the query.
@AnhPC03 It’s the reid task test protocol, and we need to find the same person coming from the other cameras.