icedata
icedata copied to clipboard
IceData: Datasets Hub for the *IceVision* Framework
## 📓 Documentation Update Clicking on the `Contributing Guide` link from the side-bar on https://airctic.github.io/icedata/ directs to https://airctic.github.io/icedata/readme.md The body of the page displays a `404 - Not found` error...
## 📓 Documentation Update **What part of documentation was unclear or wrong?** I think the docs for icedata are incorrect, based on the version that is installed when icevision is...
## 🐛 Bug **Describe the bug** ssl error while trying to download the weights of the mmdet.fcos model like so ... SSLError: HTTPSConnectionPool(host='openmmlab.oss-cn-hangzhou.aliyuncs.com', port=443): Max retries exceeded with url: /mmdetection/v2.0/fcos/fcos_r101_caffe_fpn_gn-head_1x_coco/fcos_r101_caffe_fpn_gn-head_1x_coco-0e37b982.pth...
Parser
Revised icedata/notebooks/custom_parser.ipynb Used wheat dataset, custom parsing with single object type, model selections placed, modelled with mmdet retinanet.
## 📓 Documentation Update We need to update the notebooks found in the current version of the icedata documentation
## 📓 New **Is this a request for a tutorial or for an example?** Tutorial. **What is the task?** Filter predictions of object detection model according to specified classes. **Is...
This PR adds the trimmed version of the ExDark dataset. TODO: - [x] Parser - (@lgvaz did all the heavy lifting here) - [x] Data loading / downloading code -...
## 🚀 Feature For each dataset we can also add a `dataset` function that returns a `train,valid` dataset with default transforms included. This would also reduce the amount of repeated...