Skip to content
Snippets Groups Projects
Commit eed88628 authored by Tamino Huxohl's avatar Tamino Huxohl
Browse files

fix imports in mu map dataset

parent 81a9f9e3
No related branches found
No related tags found
No related merge requests found
import os
from typing import Optional
import cv2 as cv
import pandas as pd
import pydicom
import numpy as np
......@@ -129,8 +130,6 @@ __all__ = [MuMapDataset.__name__]
if __name__ == "__main__":
import argparse
import cv2 as cv
from mu_map.util import to_grayscale, COLOR_WHITE
parser = argparse.ArgumentParser(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment