Fracture_Detection_Improved_YOLOv8 icon indicating copy to clipboard operation
Fracture_Detection_Improved_YOLOv8 copied to clipboard

YOLOv8-AM: YOLOv8 with Attention Mechanisms for Pediatric Wrist Fracture Detection

Results 6 Fracture_Detection_Improved_YOLOv8 issues
Sort by recently updated
recently updated
newest added

Hello, I've followed the modification you have done to the ultralytics repo to modify my instance segmentation model adding the RESCBAM in the nn/task.py, nn/modules/conv.py, the _init_.py and the yaml...

Hello, why is the effect not good after adding cam attention in yolov8x according to the code? Hope to get a reply

I have trained this repo on a custome dataset.However, When I run the command.Unfortunatelly there is an ECA not found error. Please if anyone could help me because it is...

File "/usr/local/lib/python3.11/dist-packages/torch/serialization.py", line 1470, in load raise pickle.UnpicklingError(_get_wo_message(str(e))) from None _pickle.UnpicklingError: Weights only load failed. This file can still be loaded, to do so you have two options, do those...

I obtained best.pt by using python start_train.py --model ./ultralytics/cfg/models/v8/yolov8m_ECA.yaml --data_dir ./GRAZPEDWRI-DX/data/meta.yaml. Now, what code should I use to train my test set with best.pt?

Hi, I’m currently working with a custom YOLOv8 model configuration (yolov8_ResBlock_CBAM.yaml) and have a question regarding the use of pre-trained weights during training. After reviewing the YAML file, I noticed...