We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,thank you for your great work! I try to use your code and test image to show the detection result, but nothing be detected.
my environment below:
platform: windows 11 python version: 3.6.13 torch: 1.9.1 pretrained model: download from the url in readme
The text was updated successfully, but these errors were encountered:
@Rainy000 Thanks for your approval. You might add --show in your command running demo.py, otherwise you won't see the detection results.
--show
Sorry, something went wrong.
img_processed = visualize(image=image, bboxes=bboxes, scores=scores, labels=labels, class_colors=class_colors, class_names=class_names, class_indexs=class_indexs) cv2.imwrite(os.path.join(save_path, str(i).zfill(6)+'.jpg'), img_processed)
I mean the saved image of img_processed has nothing (not exist any boxes)
@Rainy000 Thanks for your feedback. We have fixed this bug. You can try again.
@yjh0410 It‘s ok, thanks
No branches or pull requests
Hi,thank you for your great work!
I try to use your code and test image to show the detection result, but nothing be detected.
my environment below:
platform: windows 11
python version: 3.6.13
torch: 1.9.1
pretrained model: download from the url in readme
The text was updated successfully, but these errors were encountered: