Mauro Sciancalepore

Results 14 issues of Mauro Sciancalepore

Hello @imaNNeoFighT, first of all, great job with this lib! I've successfully implemented the line chart, but I am experiencing the issue shown in the pic below. ![Screenshot_16041647041](https://user-images.githubusercontent.com/40116397/97785669-d0691200-1ba6-11eb-8771-6d10808d93e3.png) On the...

Line Chart
Needs Reproducible Code

Hello, I would like to share this new interesting SSL method proposed by Meta that achieves SOTA results and shows interesting generalization properties. It is based on ViT and I...

Hello! I've created a simple script to automatically build public interfaces for our dear pyimgui in order to enable code autocomplete in your IDE of choice. 😃 You can find...

How can we set or read the LoRa air data rate? Which is the default value? I am trying to make it communicate with an EBYTE 868T30D but air data...

Hi everyone, first thing first, kudos to all the research team. Do you plan to release the object detection training code anytime soon? The memory consumption of this architecture is...

## General - **Operating System**: macos 13.0.1 - **Python version**: 3.10.2 - **Pandas version**: 2.1 - **Pandarallel version**: 1.6.5 ## Bug description parallel_apply is not working when using pandas >=...

Hi, I think this is a good place to share the DinoV2 by FAIR ([github link here](https://github.com/facebookresearch/dinov2). I think it's a really interesting SSL method, based on ViT backbones. The...

feature

Hi, as you can see from the pictures below, I am having different (wrong) predictions on MPS compared to CPU or CUDA as devices. Using yolov9-e checkpoint (predict_dual.py). Any clues?...

I am trying to run yolov9 exported to onnx (using the export.py script), but I am encountring this error (opset 16): ``` thread 'main' panicked at src/main.rs:33:72: called `Result::unwrap()` on...