-
Please add to this issue a paragraph (plus videos/snapshots for illustration) about each new/improved/bug-fix included in this release. Please add bullets to the below outline that are relevant to you…
-
In ContrasDataset, you resize the input. (opt['gt_size'] is 160 in training config.)
```python3
gt_h, gt_w = self.opt['gt_size'], self.opt['gt_size']
# in case that some images may …
-
Hello, I'm a student researcher with the Biomimetics Lab at MIT trying to run y'all's code to see if we could potentially apply it to our project. I'm trying to run the learn shapes toy example so I c…
-
### Proposal
Make the options to choose a `loss` or a split `criterion` consistent/unified over all estimators, classifiers as well as regressors.
### Current State of Affairs
The API for setting…
-
Hi everyone
I´m trying this global registration method [http://www.open3d.org/docs/0.7.0/tutorial/Advanced/global_registration.html#global-registration](url)
But function execute_global_registrati…
-
with incident map on localhost, and debrief map on sartopo.com (synced to a localhost map), these errors show up and python hangs, after adding a new feature on the incident map. Tried with a polygon…
-
# PhET Code-Review Checklist (a.k.a "CRC")
* The responsible dev is responsible for removing the irrelevant parts (@pixelzoom: I've done this ~~using strikethrough text~~.)
* A checked-off item do…
-
This is a collection issue for reports about the game crashing or mods not working in game.
All Vortex does is install mods and potentially do some changes to ini files, it can not directly cause y…
-
The PCA sliders seem to be doing something weird with an example dataset. I am using intercranial shapes from the CONTE dataset for which I have already QC'ed for a different experiment (regression).
…
-
There is inconsistent attribute names in cross-validation Lasso models:
`cv_mse_path_` in `LassoLarsCV` [code](https://github.com/scikit-learn/scikit-learn/blob/c957249/sklearn/linear_model/least_an…