Open bw4sz opened 4 weeks ago
@bw4sz, there is no issue with the docs. You are missing a file milliontrees_unlabeled_dataset.py
in milliontrees/datasets/unlabeled/
that should have the super class milliontreesUnlabeledDataset
being inherited as below.
from milliontrees.datasets.unlabeled import MillionTreesDataset
from milliontrees.common.grouper import CombinatorialGrouper
from milliontrees.common.metrics.all_metrics import Accuracy, Recall, F1
class TreeBoxes_Unlabeled_Dataset(milliontreesUnlabeledDataset):
This is an embarrassing error. Sorry.
Something is not quite right about the readthedocs.yml
https://readthedocs.org/projects/milliontrees/builds/26073228/
The environment cannot see the installed packages, which i think is why none of the source is rendered.