-
## 🐛 Bug
**Describe the bug**
`Negative samples still needs to be implemented. This error might appear due to cropping, please check your transformations.`
**To Reproduce**
train a model with
…
-
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 current…
-
Hello there,
I hope you are doing great!
## 🐛 Bug
**Describe the bug**
You hardcoded the version of mmdet -> https://github.com/airctic/icevision/blob/989e50a4c49a0505b5d340d1f585154c7f7e480f…
-
## 🐛 Bug
**Describe the bug**
Icevision stopped working with the latest `sahi` release (0.11.0).
When trying to do: `from icevision.all import *`
I get: `ModuleNotFoundError: No module named…
-
## 🐛 Bug
**Describe the bug**
Not able to import icevision on Kaggle kernel.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to https://www.kaggle.com/sonujha090/icevision
**Expected…
-
Raised by Farid on discord: Try changing the anchor boxes sizes to test if it can improv model accuracy
- Read: https://medium.com/@andersasac/anchor-boxes-the-key-to-quality-object-detection-ddf9d…
-
## 🐛 Bug
**Describe the bug**
My team and I utilise databricks as our main platform for development. As such we are required to install our dependencies on a daily basis. This should be fine except …
-
## 🐛 Bug
**Describe the bug**
A clear and concise description of what the bug is.
The inference do not work for semantic segmentation.
**To Reproduce**
Steps to reproduce the behavior:
`
Attr…
-
I have a config node which has certain mode config nodes,
is there anyway I can get a yaml file out of it?
`CfgNode({'USE_CUDA': True, 'NO_GPU': False, 'RANDOMIZATION': CfgNode({'SEED': 5}), 'BACKBO…
-
## 🐛 Bug
**Describe the bug**
When trying to use `yolov5==6.2.3` with `icevision==0.12.0` I get the following error:
```python
8 from yolov5.models.yolo import Model
9 from yolov5.utils…