-
Lightkurve needs a way to read files from memory instead of just from disk.
We need a way to do this
```python
hdulist = fits.open("file.fits")
lk.read(hdulist)
```
which will also enable
…
-
- The image shows ROIs(from selective search rects) recognized as faces with AdaBoost model.
- Good news: Actual Faces seems to be recognized as faces.
- Bad news: A lot of false positives.
P…
-
Wondering if there's a net positive in using [`whl2conda`](https://github.com/zuzukin/whl2conda) for this. The rough logic would be to:
1. Run the dependency analysis to get the conda and PyPI pack…
-
Our bug detection tool detected an inefficient logic in [RegexRule.java](https://github.com/CrawlScript/WebCollector/blob/master/src/main/java/cn/edu/hfut/dmic/webcollector/util/RegexRule.java).
The …
-
作者你好,请问有没有中文的文章啊(Identification of microbial markers across populations in early detection of colorectal cancer)
-
We should consider integrating http://find-sec-bugs.github.io/ into the test-pipeline for early detection of security related problems.
Is related to desktop and android.
What do you think?
-
Moving this discussion out of https://github.com/Project-OSRM/osrm-backend/issues/3304
Right now we are outputting several values for a field in the same way as OSRM, semi-colon separated. It makes…
-
The Propshaft integration works without configuration but depends on the entries' `Gemfile` order. The detection works when the `inline_svg` is listed after `propshaft`.
The issue is caused by `inl…
-
Although it is advised to run a fail over setup, the backup node should never use the same keys than the active node.
We need to make sure that the malicious detection detects this behavior so that n…
-
## 🚀 Feature Request
EarlyStopper and ThresholdStopper cannot deal with complex Metrics such as [MAP](https://docs.mosaicml.com/projects/composer/en/stable/api_reference/generated/composer.metrics.…