talmolab / sleap

A deep learning framework for multi-animal pose tracking.
https://sleap.ai
Other
435 stars 97 forks source link

Import functions at Start of File #1453

Closed roomrys closed 1 year ago

roomrys commented 1 year ago

Description

Instead of calling sleap.nn.viz.__ we just from sleap.nn.viz import __. For context, I am testing the 1.3.2 pip packages and the if imports fail, we would like to know sooner rather than later.

Types of changes

Does this address any currently open issues?

[list open issues here]

Outside contributors checklist

Thank you for contributing to SLEAP!

:heart:

roomrys commented 1 year ago

We are unable to import these functions at the start of the file because of circular imports... This will require a refactor.