Skip to content

(5.x) Merge 4.x #876

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

Merged
merged 7 commits into from
Jun 4, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added testdata/cv/barcode/multiple/4_barcodes.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions testdata/cv/barcode/multiple/result.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4_barcodes.jpg,16
Binary file added testdata/cv/barcode/single/book.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added testdata/cv/barcode/single/bottle_1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added testdata/cv/barcode/single/bottle_2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions testdata/cv/barcode/single/result.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
bottle_1.jpg,6922255451427
bottle_2.jpg,6921168509256
book.jpg,9787115279460
Binary file added testdata/cv/hdr/exposures/bug_18180/1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added testdata/cv/hdr/exposures/bug_18180/2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added testdata/cv/hdr/exposures/bug_18180/3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added testdata/cv/hdr/exposures/bug_18180/4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions testdata/dnn/download_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -864,6 +864,21 @@ def get_confirm_token(response): # in case of large files
downloader=GDrive('1j4UTqVE4EGaUFiK7a5I_CYX7twO9c5br'),
sha='49776d262993c387542f84d9cd16566840404f26',
filename='gsoc2016-goturn/goturn.caffemodel'),
Model(
name='DaSiamRPM Tracker network (ONNX)',
url='https://www.dropbox.com/s/rr1lk9355vzolqv/dasiamrpn_model.onnx?dl=1',
sha='91b774fce7df4c0e4918469f0f482d9a27d0e2d4',
filename='onnx/models/dasiamrpn_model.onnx'),
Model(
name='DaSiamRPM Tracker kernel_r1 (ONNX)',
url='https://www.dropbox.com/s/999cqx5zrfi7w4p/dasiamrpn_kernel_r1.onnx?dl=1',
sha='bb64620a54348657133eb28be2d3a2a8c76b84b3',
filename='onnx/models/dasiamrpn_kernel_r1.onnx'),
Model(
name='DaSiamRPM Tracker kernel_cls1 (ONNX)',
url='https://www.dropbox.com/s/qvmtszx5h339a0w/dasiamrpn_kernel_cls1.onnx?dl=1',
sha='e9ccd270ce8059bdf7ed0d1845c03ef4a951ee0f',
filename='onnx/models/dasiamrpn_kernel_cls1.onnx'),
Model(
name='crnn',
url='https://drive.google.com/uc?export=dowload&id=1ooaLR-rkTl8jdpGy1DoQs0-X0lQsB6Fj',
Expand Down