comparison TODO @ 1964:2034ae383cfd deep-learning

integration default->deep-learning
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 28 Oct 2022 07:47:55 +0200
parents b33a104821a7
children f75fbcc0e486
comparison
equal deleted inserted replaced
1953:0661115af939 1964:2034ae383cfd
36 36
37 https://groups.google.com/g/orthanc-users/c/_kDp_ieYTgI/m/KHBxpSSOCQAJ 37 https://groups.google.com/g/orthanc-users/c/_kDp_ieYTgI/m/KHBxpSSOCQAJ
38 38
39 * add a button (and/or a keyboard shortcut) to select the next series in the main viewport 39 * add a button (and/or a keyboard shortcut) to select the next series in the main viewport
40 https://groups.google.com/g/orthanc-users/c/u_lH9aqKsdw/m/KQ7U9CkiAAAJ. In Osimis viewer, 40 https://groups.google.com/g/orthanc-users/c/u_lH9aqKsdw/m/KQ7U9CkiAAAJ. In Osimis viewer,
41 this was implemented by up/down arrow keys (prev/next series). 41 this was implemented by up/down arrow keys (prev/next series)
42 42
43 ------------ 43 ------------
44 Known issues 44 Known issues
45 ------------ 45 ------------
46 46
53 https://groups.google.com/g/orthanc-users/c/RfQJFgkOUYY/m/za7rkcLNBQAJ 53 https://groups.google.com/g/orthanc-users/c/RfQJFgkOUYY/m/za7rkcLNBQAJ
54 54
55 * the authorization header ('token' query arg) is not included in the HTTP headers. 55 * the authorization header ('token' query arg) is not included in the HTTP headers.
56 Tested with https://bitbucket.org/osimis/orthanc-setup-samples/src/master/docker/authorization-plugin-viewer-query-args/. 56 Tested with https://bitbucket.org/osimis/orthanc-setup-samples/src/master/docker/authorization-plugin-viewer-query-args/.
57 57
58 * the plugin does not work with DicomWeb plugin version 1.10.1 -> only 2 numbers are allowed:
59 https://groups.google.com/g/orthanc-users/c/xMcicKAldpM/m/b5Gz3wnyAQAJ
58 60
59 ----------------- 61 -----------------
60 Code refactorings 62 Code refactorings
61 ----------------- 63 -----------------
62 64