einsteinxx / Ultrasound_Breast_Cancer_Detection_UCLA_BIOENG_596_FALL_21

Code and script for Ultrasound tumor detection using pre-trained RESNET50 Faster R-CNN
1 stars 0 forks source link

Input data contains at least one less than ideal video set #2

Open einsteinxx opened 2 years ago

einsteinxx commented 2 years ago

Current trial training data may contain some images that are not wholly cropped within the US view and there's at least one "bad" (vertical striped light and dark patterns) ultrasound image within my training or test set.

einsteinxx commented 2 years ago

Tensor image list needs to be reconstructed to pair up the image ID with the name (Faster RCNN format used didn't push names into data)

One of the test images with improper image selection: image

This one has the keystone shape instead of the rectangle like most of the others provided. I use the flat background of the GUI to delineate between US image and GUI, but this one looks to have been saved in a different view than the majority of the data.

I get a FN on this one due to my classification score cutoff, but it did fixate on an area within the actual US area (tiny dark spot). I will leave this patient set in, for now. Writing some functions to make finding and pairing up image ids with patient test names.