Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package wishlist #3

Open
5 of 16 tasks
IanButterworth opened this issue Sep 13, 2019 · 3 comments
Open
5 of 16 tasks

Package wishlist #3

IanButterworth opened this issue Sep 13, 2019 · 3 comments

Comments

@IanButterworth
Copy link
Owner

IanButterworth commented Sep 13, 2019

Models

  • YOLO v2
  • YOLO v2-tiny
  • YOLO v3
  • YOLO v3-tiny
  • custom model

Datasets

  • Optional downloading of datasets
  • VOC
  • COCO
  • ImageNet
  • Custom datasets & dataset locations (possible but untested)

Testing

  • Elegant minibatching
  • Move away from ImageView given Gtk issues on MacOS, to Makie

Training

  • Loss function etc.

Backends

  • Switchable backends
  • Knet
  • Flux
@stemann
Copy link

stemann commented Sep 18, 2019

Looking forward to see this realized. What can I do to help?

@IanButterworth
Copy link
Owner Author

@stemann I just merged a PR that makes this functional! Can you test, using the example code in the README? Much appreciated!!

@iuliancioarca
Copy link
Contributor

Hi,
I managed to write the YOLOv2 chain and to load the pretrained weights (manually, no automatic generation). Forked repo here: https://github.com/iuliancioarca/YOLO.jl
I also updated the Readme with an example on how to load and use YOLOv2. Posprocessing and visualization were simply plug and play from V2_tiny.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants