-
I tried running the 'inference.ipynb' file. I made sure the 2 model files were properly downloaded and were in this path: 'utils/models/logo_model'. I ran all the cells and finally ran this cell:
```…
-
## 🐛 Bug
**Installing Icevision downgrades Torch**
pip install icevision always downgrades a current torch install because torch is at 1.11.0.
**To Reproduce**
Steps to reproduce the behavior:
…
-
https://github.com/airctic/icevision/pull/538
https://airctic.com/retinanet/
On master. In colab: `pip install git+git://github.com/airctic/icevision.git#egg=icevision[all] --upgrade`
-
On a first pass through 10 epochs of the 3 band dataset, accuracy of the IOU metric is low, with no predictions being generated for any example results. This is in contrast to the 1 band dataset which…
-
**Describe the feature**
I'd love it if there was a `train_lightning.py` script for training with pytorch lightning in the tools folder.
**Motivation**
Lightning makes it easier to swap model…
-
## 🐛 Bug
Hi there, when I import icevision in colab I get an error:
`ModuleNotFoundError: No module named 'sahi.model'`
**To Reproduce**
Steps to reproduce the behavior:
`!pip install icevision…
-
Hi,
I have installed via github (option 3 on the installation instructions) on Pop!_OS 22.04 LTS (Ubuntu).
When I try and run the 'getting_started_semantic_segmentation' notebook, none of the mode…
-
https://github.com/fstroth/icevision_dashboard
Could assist with filtering small objects
-
Hi,
I am trying to create a docker containers that will run on lambda but I continuously get the error: [Unable to import module 'app': No module named '_tkinter'", "errorType": "Runtime.ImportModu…
-
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…