-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no si…
-
Hello. Thank you for developing this software. I tested it recently with some of our mouse lung H&E sections. It doesn't seem to have worked that well. Perhaps you can provide some suggestion to get i…
-
# Goal
Learn database modeling and SQL to provide a way to store our cat data.
This one is going to be a bigger, tough one. It will likely take a few days. Be aware that the code you write **wil…
-
In the paper it says that the "original H&E images are first normalized to $[0,1]$ per channel". But I don't see that in the code if `hchannel=False` (or rather the normalization is commented out). Re…
-
### Bug description
I am not able to run inference with fp16 on CPU.
### How to reproduce
Describe steps or include command to reproduce the behavior.
```
echo "▁Hello" | marian-decoder -m mode…
-
First of all, congratulations on the results of the research,
and thank you for the concise and understandable code implementation.
But I still encountered some problems when trying to reproduce …
-
https://arxiv.org/abs/1809.03928
This is an alternate approach to handling the dynamic komi issue: instead of training one output for multiple komi, try to train 2 parameters that inform the situat…
-
You need to standardize the colors of the input images- I suggest through white balancing
-
It'd be cool to be able to see how often you're journaling. Extracted from #591.
I'm thinking that the calendar heatmap option in [termgraph.py](https://github.com/mkaz/termgraph) is a good choice.
-
The following code causes an internal compiler error:
```rust
#![feature(anonymous_lifetime_in_impl_trait)]
trait Producer {
type Output;
fn produce(self) -> Self::Output;
}
trait…