Francesco Pochetti
Francesco Pochetti
Hi team, I am Francesco, a contributor to the open-source [IceVision](https://github.com/airctic/icevision) library for object detection. The framework was originally developed, and is being currently maintained, by [Farid](https://github.com/ai-fast-track) and [Lucas](https://github.com/lgvaz). In...
[Google Doc](https://docs.google.com/document/d/1I3JtE1JfqvXNm2Rg2vayvDoWjyxNez9Iwfby--LPS3s/edit?usp=sharing)
## 🚀 Feature List of low-priority features which would be nice to have - [ ] MMOCR implementation - [ ] Add GradCAM support: [here](https://github.com/jacobgil/pytorch-grad-cam) and Florian Katsch email -...
We need to add a resources section with all IceVision related posts. [Here](https://docs.google.com/spreadsheets/d/17wW_jfKMD2SUtJJnqLxFj2e5kRm68ZgMqVilKBvAS_4/edit?usp=sharing) a Sheet with a to-be-completed list.
While training an RCNN learner with fastai and the WandbCallback, the following exception is raised: ``` TypeError Traceback (most recent call last) ~/miniconda3/envs/wandb/lib/python3.8/site-packages/fastai/learner.py in _with_events(self, f, event_type, ex, final) -->...
Hi all, I am able to load and use your [ONNX Mask R-CNN model](https://github.com/onnx/models/tree/master/vision/object_detection_segmentation/mask-rcnn/model) following your very detailed [instructions](https://github.com/onnx/models/tree/master/vision/object_detection_segmentation/mask-rcnn), which is great. Given that, I was wondering if you could...
Hi all, first of all, thanks a lot for this great demo app. Really useful to get going. I am a total newbie in iOS development so forgive me for...
Hi, first of all thanks a lot for the paper and the code. @PeikeLi I was wondering, have you tested using any image augmentations strategy in the training pipeline? Looking...
Hi, I want to extract the bounding box from the object stored in an SVG path. Can you please confirm that what I am doing is the official way of...