-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
101eb84
commit dd27db3
Showing
10 changed files
with
76 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
install-linux: | ||
sudo pip install -r requirements.txt | ||
sudo apt-get install texlive-latex-base | ||
sudo apt-get install texlive-latex-extra | ||
|
||
sudo apt-get install ghostscript | ||
sudo apt-get install libgs-dev | ||
|
||
wget https://www.imagemagick.org/download/ImageMagick.tar.gz | ||
tar -xvf ImageMagick.tar.gz | ||
cd ImageMagick-7.*; \ | ||
./configure --with-gslib=yes; \ | ||
make; \ | ||
sudo make install; \ | ||
sudo ldconfig /usr/local/lib | ||
rm ImageMagick.tar.gz | ||
rm -r ImageMagick-7.* | ||
|
||
install-mac: | ||
wget https://www.imagemagick.org/download/ImageMagick.tar.gz | ||
tar -xvf ImageMagick.tar.gz | ||
cd ImageMagick-7.*; \ | ||
./configure --with-gslib=yes; \ | ||
make;\ | ||
sudo make install; \ | ||
rm ImageMagick.tar.gz | ||
rm -r ImageMagick-7.* | ||
|
||
run: | ||
python build.py | ||
python train.py | ||
python evaluate_txt.py | ||
python evaluate_img.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.