8 lines
146 B
Python
8 lines
146 B
Python
|
|
"""
|
||
|
|
weight_estimator package.
|
||
|
|
|
||
|
|
Contains dataset indexing, dataloaders, and training scripts for fish weight regression
|
||
|
|
from 3D point clouds.
|
||
|
|
"""
|
||
|
|
|