robocomp / dsr-graph

Development of new DSR shared graph
4 stars 12 forks source link

Problems with yolov4-tracker tutorial #41

Open JavierDG1996 opened 3 years ago

JavierDG1996 commented 3 years ago

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.