Hiya, I'm trying to use mAP for my YOLOv4 model.
I'm following the steps here for the detection results: [https://github.com/Cartucho/mAP/tree/master/scripts/extra#convert-yolo-to-our-format-1]
I copied result.txt to mAP/scripts/extra folder
cp result.txt /home/abbeykim/mAP/scripts/extra
cd /home/abbeykim/mAP/scripts/extra
then I ran convert_dr_yolo.py
python3 convert_dr_yolo.py
but I get a FileNotFoundError

which is odd because the result.txt has been copied to the folder

So I've edited lines 12 in convert_dr_yolo.py because result.txt isn't in the directory /home/abbeykim/mAP/input/detection-results

It didn't show any errors, but no files were created after running convert_dr_yolo.py
I tried unediting the code to its original version

and instead copied the result.txt file and convert_dr_yolo file into the /mAP/input/detection-results folder
Then ran
python3 convert_dr_yolo.py
But still there aren't any files created in /mAP/input/detection-results
Everything works fine when I follow the steps for the ground-truth folder files (https://github.com/Cartucho/mAP/tree/master/scripts/extra#convert-yolo-to-our-format)
Anyone know what might be the problem?
Thanks :)
Hiya, I'm trying to use mAP for my YOLOv4 model.
I'm following the steps here for the detection results: [https://github.com/Cartucho/mAP/tree/master/scripts/extra#convert-yolo-to-our-format-1]
I copied result.txt to mAP/scripts/extra folder
cp result.txt /home/abbeykim/mAP/scripts/extracd /home/abbeykim/mAP/scripts/extrathen I ran convert_dr_yolo.py
python3 convert_dr_yolo.pybut I get a FileNotFoundError


which is odd because the result.txt has been copied to the folder
So I've edited lines 12 in convert_dr_yolo.py because result.txt isn't in the directory /home/abbeykim/mAP/input/detection-results

It didn't show any errors, but no files were created after running convert_dr_yolo.py
I tried unediting the code to its original version

and instead copied the result.txt file and convert_dr_yolo file into the /mAP/input/detection-results folder
Then ran
python3 convert_dr_yolo.pyBut still there aren't any files created in /mAP/input/detection-results
Everything works fine when I follow the steps for the ground-truth folder files (https://github.com/Cartucho/mAP/tree/master/scripts/extra#convert-yolo-to-our-format)
Anyone know what might be the problem?
Thanks :)