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

Roadmap #1

Closed
3 tasks done
bw4sz opened this issue Jan 5, 2021 · 1 comment
Closed
3 tasks done

Roadmap #1

bw4sz opened this issue Jan 5, 2021 · 1 comment
Milestone

Comments

@bw4sz
Copy link
Collaborator

bw4sz commented Jan 5, 2021

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.
@bw4sz bw4sz added this to the 0.0.1 milestone Jan 17, 2021
@bw4sz
Copy link
Collaborator Author

bw4sz commented Feb 6, 2021

Closing this issue at the end of milestone in favor of creating more detailed issues to bring the package forward.

@bw4sz bw4sz closed this as completed Feb 6, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant