Open AdamCuellar opened 4 years ago
@AdamCuellar Hi, how you converted the SAM in AlexeyAB darknet weight to tflite? Can you give me some advice? tks
@KuoEuran I was unable to get the yolov4-sam-mish working in tflite. I ended up using the compiled darknet library and darknet.py from the AlexeyAB repo. I'm sure its possible to get the SAM module in tflite but I didn't have the time to implement it myself.
@AdamCuellar Thank you for your replying.
I'm trying to convert a yolov4-sam-mish weight file to a pb model for tensorflow. When I use detect.py I get no detections whatsoever. I've used yolov4-tiny trained on the same dataset and get detections the same detections as I would in darknet. Is the yolov4-sam-mish configuration not supported?