Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SAmmarAbbas/birds-eye-view
/ types & classes
Types & classes
7 in github.com/SAmmarAbbas/birds-eye-view
⨍
Functions
202
◇
Types & classes
7
↓ 2 callers
Class
RunningStats
utils/running_stats.py:7
↓ 1 callers
Class
NoOpScope
No-op context manager.
nets/resnet_v1.py:68
↓ 1 callers
Class
Storm
utils/weather.py:28
↓ 1 callers
Class
Sun
utils/weather.py:11
↓ 1 callers
Class
Weather
utils/weather.py:54
Class
Arcball
Virtual Trackball Control. >>> ball = Arcball() >>> ball = Arcball(initial=numpy.identity(4)) >>> ball.place([320, 320], 320) >>> bal
utils/transformations.py:1515
Class
Block
A named tuple describing a ResNet block. Its parts are: scope: The scope of the `Block`. unit_fn: The ResNet unit function which takes as i
nets/resnet_utils.py:46