Martyna Tarczewska

Results 8 issues of Martyna Tarczewska

Hi, I have a question about data preprocessing in your paper. Is all data from DataLoader resized to the same size? Did you use some feature extraction before training neural...

Hi, I was following your tutorial on https://d2l.ai/chapter_computer-vision/bounding-box.html How can I save figure with bounding boxes on it?

Hello, twilioRef?.current?.flipCamera() throws an exception while I try to flip camera when denied permissions to camera usage on iOS platform. How can I catch this error? flipCamera() method returns undefined...

Hi, I want to use your libarary to explain ResNet18 that I'm using for covid chest x-rays classification. Here is my code: ``` import shap batch = next(iter(test_loader)) images, _...

` ` Hi, I can't slide between two photos on IOS, Android works just fine. I don't want autoplay props so I need to slide between photos. Maybe some additional...

Hi, I have problem after installing your library. Command pod install is executed without errors but when I try to run project I have the following error in React-Core: ![Zrzut...

Hello, I followed installation instruction and now I can't run appliction becouse of this error: ![Zrzut ekranu 2020-05-27 o 18 27 48](https://user-images.githubusercontent.com/37418524/83046791-c6ffda80-a047-11ea-9d1e-e469e1a0bd3d.png) Do you know what I can do abuot...

Hi can you add some more detailed example of this library usage? I still don't know how to implement this in my project.