1 Star 1 Fork 0

open-source/LabelMeAnnotationTool

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
Makefile 927 Bytes
Copy Edit Raw Blame History
Xavier Puig Fernandez authored 2015-08-01 06:44 +08:00 . sImplified Makefile
# Makefile
# Sets up directory structure.
# Get LabelMe path settings:
LM_TOOL_HOME = $(shell pwd)/
all: setpath write_permissions
setpath:
@echo "Setting base href: $(LM_TOOL_HOME)";
$(shell cat ./annotationTools/perl/globalvariables.pl.base | sed -e s@LM_TOOL_HOME@$(LM_TOOL_HOME)@ > ./annotationTools/perl/globalvariables.pl)
@echo "Setting ./annotationTools/php/globalvariables.php: $(LM_TOOL_HOME)";
$(shell cat ./annotationTools/php/globalvariables.php.base | sed -e s@LM_TOOL_HOME@$(LM_TOOL_HOME)@ > ./annotationTools/php/globalvariables.php)
write_permissions:
@echo "Setting write permissions";
$(shell chmod -R 777 ./Annotations)
$(shell chmod -R 777 ./Masks)
$(shell chmod -R 777 ./Scribbles)
$(shell chmod -R 777 ./annotationCache/TmpAnnotations)
$(shell chmod -R 777 ./annotationCache/Logs/logfile.txt)
$(shell chmod -R 777 ./annotationTools/scribble)
$(shell chmod -R 777 ./annotationTools/php)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/python-open-source/LabelMeAnnotationTool.git
git@gitee.com:python-open-source/LabelMeAnnotationTool.git
python-open-source
LabelMeAnnotationTool
LabelMeAnnotationTool
master

Search