-
Notifications
You must be signed in to change notification settings - Fork 182
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
Can we predict not to use the annotations_test.csv file #75
Comments
That is to do inference without evaluation, and then no annotations_test.csv file |
|
I know this, but the prediction part of your code uses the annotations_train.csv file for evaluation, and at the end there will be two color boxes: green and red. Now what I want is to directly input a picture and then make predictions. The picture obtained is only the target frame and the csv file. Do you have such a code? |
Just comment out the parts that depend on the GT file. You may find this useful as well. |
thanks |
@yc139464127 Can you please share exactly what did you do? |
Hi, I tried using this link you provided https://github.com/yfe404/SKU110K_code/blob/master/examples/retinanet.ipynb But it is not working for me for some reason. I edited file paths and that was it. Script runs but I don't get any boxes on the output picture. Any idea what I'm doing wrong? |
Hello, I haven't run the code yet but as mentioned in the paper, it also perform well in counting. Did the prediction part you manage to run consist of counting result?? |
my wrapper from the link you shared. NOTE: I store it where predict.py is and run it by doing wrapper 1 (simple):
Wrapper 2 (more functional):
|
PR added and approved by some developers, but not officially accepted yet. |
Can you provide the code for the third step test, that is, you do not need to use the annotations_test.csv file, you can directly read the pictures under the images file to make predictions, then generate a csv file and save the resulting picture
The text was updated successfully, but these errors were encountered: