Darius Morawiec

Results 68 comments of Darius Morawiec

Hello @kyamagu, the last hours I spent time with [ModaNet](https://github.com/eBay/modanet) and the linked data of [paperdoll](https://github.com/kyamagu/paperdoll/tree/master/data/chictopia#chictopia-metadata) (chictopia). It seems that a relevant part (~10%) of the dataset isn't available, because...

@mario-campos , you can use `pip install --no-cache-dir https://github.com/sklam/py2nb/zipball/master` alternatively.

Hello, these models support `logprobs` in VertexAI (`genai.Client(vertexai=True, [...])`): ``` model logprobs avg_logprobs num_logprobs 0 gemini-2.5-pro True -0.695182 134 1 gemini-2.5-flash True -3.460884 11 2 gemini-2.0-flash-001 True -0.000990 12 3...

Hello @surya3214 , alternatively you can use the variable `DEVICE` from the [config.py#L11](https://github.com/roboflow/rf-detr/blob/develop/rfdetr/config.py#L11): ```python def train_from_coco_dir(coco_dir: str): from rfdetr.config import DEVICE rf_detr = RFDETRBase() rf_detr.train( dataset_dir=coco_dir, epochs=1, device=DEVICE, ) ```

Hello @pzoltowski, FYI, recently @MadeWithStone created a draft/PR: https://github.com/roboflow/rf-detr/pull/257

Hi @Ahmed-Samir11 , I created a new PR https://github.com/Ahmed-Samir11/rf-detr/pull/1 which mainly adds a base class to cover the `ModelConfig` and `TrainConfig` class, removes deprecated methods of Pydantic and changes the...

For me it works like expected in Chrome and FF. ![Screenshot 2019-04-29 at 21 56 44](https://user-images.githubusercontent.com/670641/56923023-d241a900-6ac9-11e9-8f02-1afad6ee90b8.png)

It depends how it's implemented. Either you use the basic anchor tag `#id` or `scrollTo()` in JavaScript. In general you use the static variant as fallback. However it's not a...