I am currently using the same Mask R-CNN model in the SegNet for fish tracking, and the results seem to be not enough satisfying (see below). I am a new-comer for deep learning projects, so any suggestions from you to improve my model (reduce the losses or accelerate the tracking speed) is always welcomed.
My general setups are:
epoch for head layer = 5;
epoch for all layers = 60;
training datasets = 313 images;
validation datasets = 123 images;
Note that all images in the datasets have been pre-processed using the backgroundsubtractorKNN. A sample image is displayed as follow (white areas are fishes that I need to track, 3 in maximum):
Hi Erin, sorry for the late response. This seems super weird since you have a lot of labelled frames and the task seems not too difficult. Could you post some more pics of example train/test images? Thanks
Hi,
I am currently using the same Mask R-CNN model in the SegNet for fish tracking, and the results seem to be not enough satisfying (see below). I am a new-comer for deep learning projects, so any suggestions from you to improve my model (reduce the losses or accelerate the tracking speed) is always welcomed. My general setups are:
Note that all images in the datasets have been pre-processed using the backgroundsubtractorKNN. A sample image is displayed as follow (white areas are fishes that I need to track, 3 in maximum):
I also list my configurations below:
Thanks in advance for taking your time to check my problems. Any help is appreciated !
Best, Erin