medical
Here are 724 public repositories matching this topic...
In augmentation, elastic_transform, it only applies a random transform on one input image array. I would think to be used for training, the image and mask pair should be transform in the same way. However, this single-input-image, single-output-image method makes it very inconvenient. Could we deform a list of images (np.arrays) using the same transformation in this method ? Thanks!
-
Updated
Jul 26, 2021
-
Updated
Jan 22, 2021
-
Updated
Jun 17, 2021
-
Updated
Jul 30, 2021 - C#
It seems like a slight pain to do this, but it might be useful to have a GitHub action generate HTML GoDoc on PRs / code pushes, so that reviewers can easily preview what the GoDoc will look like.
It looks like the easiest way to do this is with wget sadly (if you want all the nice styles and such applied in the html).
-
Updated
Jul 25, 2021 - Python
-
Updated
Feb 5, 2021 - JavaScript
-
Updated
Jun 3, 2021 - JavaScript
-
Updated
Jul 30, 2021 - Jinja
-
Updated
May 29, 2021 - Jupyter Notebook
modules/SofaTopologyMapping/src/SofaTopologyMapping/SimpleTesselatedTetraMechanicalMapping.inl line 163
Code:
typename Out::MatrixDeriv::ColConstIterator colIt = rowIt.begin();
typename Out::MatrixDeriv::ColConstIterator colItEnd = rowIt.end();
// Creates a constraints if the input constraint is not empty.
if (colIt != colItEnd)
{
typename I
-
Updated
Jun 28, 2021 - Jupyter Notebook
-
Updated
Jan 31, 2021 - Python
-
Updated
Jul 15, 2021
-
Updated
Jul 30, 2021 - JavaScript
-
Updated
Nov 10, 2020 - Python
-
Updated
May 1, 2020 - Python
-
Updated
Mar 16, 2021 - Kotlin
-
Updated
Sep 21, 2020 - Python
-
Updated
Apr 1, 2019 - TeX
-
Updated
Jun 25, 2021 - Python
-
Updated
Sep 26, 2019 - Python
-
Updated
Oct 29, 2019 - Python
-
Updated
Apr 18, 2019 - CSS
Improve this page
Add a description, image, and links to the medical topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the medical topic, visit your repo's landing page and select "manage topics."
The insane docker development environment now allows testing of php 7.4(alpha):
openemr/openemr#2498
So, this opens the door for folks to test and fix warnings/errors for php 7.4(alpha). Go get em :)