Skip to content

Commit

Permalink
fix: use the old raw processor in preprocess.
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrutchf committed Nov 16, 2024
1 parent ed7f374 commit 17b0b89
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion fishsense_lite/commands/preprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
import fishsense_common.ray as ray
from fishsense_common.pluggable_cli import Command, argument
from pyfishsensedev.calibration import LensCalibration
from pyfishsensedev.image import ImageRectifier, RawProcessor
from pyfishsensedev.image import ImageRectifier
from pyfishsensedev.image.image_processors.raw_processor_old import (
RawProcessorOld as RawProcessor,
)

from fishsense_lite.utils import get_output_file, get_root, uint16_2_uint8

Expand Down

0 comments on commit 17b0b89

Please sign in to comment.