Jakub Adamczyk

Results 26 issues of Jakub Adamczyk

I have used MTCNN to extract faces on a news video. I want to identify the face of Donald Trump. My images: https://www.dropbox.com/s/k137md6qyvu2kbf/images.zip?dl=0. My approach: 1) Detect faces with MTCNN,...

I am using Serverless to deploy Python Lambda function triggered with Kinesis. I use `serverless-python-requirements` to pack a few requirements. I get an error: ``` ? Do you want to...

From the documentation and examples I see that both time series forecasting and tabular classification are possible with FEDOT. But is time series classification also possible? For example, automatic feature...

enhancement

In the previous work on SpCL (https://github.com/yxgeee/SpCL) you've shared trained models for vehicle re-identification datasets, however for OpenUnReID you only have person re-ID models in the model zoo. Will you...

I have a following use case: deploy ML model with simple GUI with Mercury. This also seems quite popular. However, my model is quite heavy and takes a bit to...

Checklist - [x] I've prepended issue tag with type of change: [feature] - [x] (If applicable) I've documented below the DLC image/dockerfile this relates to - [ ] (If applicable)...

I am confused about the exact layers in the architecture from the paper. It states that: " We use the “mean” variant of GRAPHSAGE [16] and apply a DIFFPOOL layer...

I can't manage to get Mangum to work with AWS Lambda in Docker. Everything works if I just run it as a Python process, but not in Docker container. Error:...

Is there any reason why `Closeness` requires only positional arguments, not keyword arguments? For example, `normalized` or `checkConnectdedness` would be really nice to pass as keyword arguments.

## Checklist - [x] I've searched the project's [`issues`](https://github.com/Giskard-AI/giskard/issues?q=is%3Aissue). ## ❓ Question As in title, is it possible to use Giskard for computer vision, i.e. image datases? I am using...

question