-
Please briefly describe your problem and what output you expect.
I got the following error when trying to install the fastai package using r.
I think it wants to convince me to purchase Microsoft…
-
## 🐛 Bug
'resnest' module cannot be found when we attempt to import it within icevision/backbones/resnest_fpn.py. I noticed this bug when trying to import all packages from icevision within a Jupyter…
-
The latest numpy version dropped support for python 3.6: https://numpy.org/devdocs/release/1.20.0-notes.html
We have two options:
* Specify the maximum numpy version
* Also drop support for pytho…
lgvaz updated
3 years ago
-
## 📓 New
**Is this a request for a tutorial or for an example?**
Example
**What is the task?**
I would like to write custom metrics for my task. Is there an example of how to define metrics f…
-
We are currently converting records to dict in `Dataset.__getitem__`. This adds unecessary code to all record mixins (`as_dict`) and breaks the neat `Record` mixins pattern. There is no reason to not …
lgvaz updated
3 years ago
-
As per rafaelpadilla/Object-Detection-Metrics#58, it would be great if this could be published as a pip module on PyPi so that people had a consistent, reliable, trustworthy way to generate metrics fo…
-
## 📓 New
It would be useful to have a tutorial on how to use FixedSplitter when parsing dataset with predefined splits for train, test and validation.
This tutorial would be relevant to any icev…
-
## 🚀 Feature
**Is your feature request related to a problem? Please describe.**
1- parser.parser() emits messages about records auto-fixing that are no clear enough:
example:
```bash
INFO …
-
## 🚀 Feature
- Currently, `icedata.load_data()` calls the `get_data_dir()` function from `icevision` which always return `Path.home()/".icevision"/"data"`. It would be helpful if we can choose a d…
-
## 🚀 Feature
Add a parser for the VGG Image Annotator format described [here](https://www.robots.ox.ac.uk/~vgg/software/via/)
**Suggestion:** Create the file `icevision/parsers/vgg_parser.py`. Use…
lgvaz updated
3 years ago