Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.
This repository was archived by the owner on Mar 23, 2023. It is now read-only.

Roadmap #1

@bw4sz

Description

@bw4sz

Motivation

It is clear that tensorflow's 1.0 -> 2.0 upgrade has severely limited the portability of the DeepForest package (https://travis-ci.org/github/weecology/DeepForest/builds/749697379). While it may be possible to continue to support tensorflow as the primary machine learning engine, the vast majority of code in this project is agnostic to the model prediction step. Judging from

fizyr/keras-retinanet#1471. The object detection model that underlies the tensorflow version doesn't have long to live.

As an aside, I like many people, want to thank @hgaiser for his work in leading the keras-retinanet repo.

Given that we have a number of research goals that relate to this model, it seems like the sooner we decide on a pathway forward the better. This repo and issue will serve as a central place for DeepForest users to see the status of moving towards pytorch. As a starting place I've copied the code from the DeepForest repo and will slowly work to replace the components.

Milestones

  • Swap pytorch for tensorflow dependencies and setup travis tests.
  • Replace prediction and training scripts with pytorch implementations
  • Replace tfrecord generation. This needs more thought, its not immediately obvious how to store the over 20 million pretraining images for semi-supervision.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions