You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: