-
Updated
Oct 25, 2021 - Jupyter Notebook
fastai
Here are 678 public repositories matching this topic...
-
Updated
Oct 25, 2021 - Jupyter Notebook
-
Updated
Jun 17, 2021 - Jupyter Notebook
-
Updated
Oct 26, 2021 - Jupyter Notebook
-
Updated
Sep 23, 2021 - Python
-
Updated
Oct 26, 2021 - Jupyter Notebook
-
Updated
Oct 14, 2021 - Jupyter Notebook
-
Updated
Sep 6, 2021 - Jupyter Notebook
-
Updated
Sep 10, 2021 - Jupyter Notebook
-
Updated
Oct 15, 2021 - Jupyter Notebook
Design a Logo
Design a logo for LibreASR and share it here.
To make an open source project cool, it should have a logo
Raspberry Pi Support
-
Updated
Aug 17, 2020 - Jupyter Notebook
-
Updated
Oct 21, 2021 - Jupyter Notebook
Currently, it seems impossible to just get a list of bounding boxes from the predictions.
img = np.array(Image.open("..."))
infer_ds = Dataset.from_images([img], valid_tfms, class_map=dm.parser.class_map)
preds = model_type.predict(model, infer_ds, keep_images=True)
# I just want the bounding boxes preds is a list of Prediction and the codebase is not easy to navi
Dataset recipes
With #151, FastAI.jl is getting high-level interfaces for searching datasets (finddatasets) and loading datasets into task-specific data containers (loaddataset). There is also a new DatasetRecipe that encapsulates configuration for loading a data container and the block information from a path. These recipes can be registered with a dataset so that they can be found using the above high-lev
-
Updated
Aug 13, 2021 - HTML
-
Updated
Jun 10, 2020 - Jupyter Notebook
-
Updated
Mar 30, 2020 - Jupyter Notebook
-
Updated
Jul 13, 2021 - Jupyter Notebook
-
Updated
Jan 7, 2019 - Python
-
Updated
Apr 27, 2021 - Python
-
Updated
Mar 19, 2021 - Python
-
Updated
Aug 9, 2019 - Jupyter Notebook
-
Updated
Jun 27, 2018 - Python
-
Updated
Feb 14, 2021
-
Updated
May 12, 2021 - Java
Improve this page
Add a description, image, and links to the fastai topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the fastai topic, visit your repo's landing page and select "manage topics."


At the moment, it's possible to do
to autogenerate a table of contents. I think it would be nice if there were also styling options, e.g. to have that TOC float on one side of the page.