question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How can I prepare my own data about gallery and query?

See original GitHub issue

When 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:closed
  • Created 3 years ago
  • Comments:19 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
gmt710commented, Sep 23, 2020

@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.

2reactions
L1aoXingyucommented, Sep 23, 2020

@AnhPC03 It’s the reid task test protocol, and we need to find the same person coming from the other cameras.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found