themantalope

Results 23 comments of themantalope

Did either of you figure this out? I'm trying to use it for a custom project as well. Seems like it's easy enough to configure Label Studio as needed, but...

I am also having this issue. Looks like it's coming from the mathjax module, possibly something with the 3.1.0 version?

This is a large gap. I also don't know where to go for conf information and `--help` on the cli doesn't have any detail. For example, how do I choose...

> you might be looking for this: https://github.com/Project-MONAI/MONAILabel/tree/main/sample-apps/radiology#list-of-pretrained-models > > In case of scribbles.. it's always enabled.. you can go to 3D Slicer and under scribbles section you should see...

If you look at the code, the author does not attempt to compute scale in this implementation, only translation and rotation. However, computing the [scale for the transform is fairly...

@shuspieler If you take a look at my [post here](https://github.com/ClayFlannigan/icp/issues/11#issue-392819692), you can see an implementation which also computes scale.

Sure, here is a quick example: ```python from other_module import AmazingStrategy from backtesting import Backtest import pandas as pd data = pd.read_csv("filewith_olhc.csv") bt = Bactest(data, AmazingStrategy, cash=10000, leave_orders_open=True) results =...

Any updates on this? I'm still getting the same issue. Using the docker compose stack from [here](https://github.com/valiantlynx/ollama-docker)

Hi @numb3r3 Yeah that's fine. I wanted to use it as an executor in a `jina flow`. The documentation wasn't clear that was the correct way to locally build for...