In the section that says "Update the library path in src/CMakeListsSpecific.txt and etc/config by replacing the word REPLACE in both files by the username for correct YOLOv4 library path, using the following commands", it doesn't work running the commands:
sed -i s/REPLACE//g src/CMakeListsSpecific.txt
sed -i s/REPLACE//g etc/config
This is because the word REPLACE is no longer in those files and has been replaced by robocomp / software. It can be confusing.
In the tutorial of https://github.com/robocomp/dsr-graph/tree/development/components/yolov4-tracker.
In the section that says "Update the library path in src/CMakeListsSpecific.txt and etc/config by replacing the word REPLACE in both files by the username for correct YOLOv4 library path, using the following commands", it doesn't work running the commands: sed -i s/REPLACE//g src/CMakeListsSpecific.txt
sed -i s/REPLACE//g etc/config
This is because the word REPLACE is no longer in those files and has been replaced by robocomp / software. It can be confusing.