code clean up on backend ec2, push up to end of SP23#51
Open
code clean up on backend ec2, push up to end of SP23#51
Conversation
zhangtravis
requested changes
Nov 18, 2023
ml-model/model/image_to_latex.py
Outdated
| @@ -0,0 +1,22 @@ | |||
| from rapid_latex_ocr import LatexOCR | |||
|
|
|||
Member
There was a problem hiding this comment.
Can you delete this files from the PR? Lots of people have made changes on these files and will screw it up
ml-model/model/latex_to_tree.py
Outdated
| import networkx as nx | ||
| import matplotlib.pyplot as plt | ||
|
|
||
|
|
| 'rtsp://example.com/media.mp4' # RTSP, RTMP, HTTP stream | ||
|
|
||
| Usage - formats: | ||
| $ python detect.py --weights yolov5s.pt # PyTorch |
Member
There was a problem hiding this comment.
What is this? Why do we have a copy? If it's nothing, please delete this
ml-model/yolov5/main.py
Outdated
| # result_coords += row[0] + " " | ||
| result_coords += row[3] + " " | ||
| result_coords += row[4] + " " | ||
| result_coords += row[5] + " " |
Member
There was a problem hiding this comment.
You can also delete this change as well
| @@ -0,0 +1 @@ | |||
| 0 0.492647 0.564091 0.33 0.0518182 | |||
Member
There was a problem hiding this comment.
please delete the dataset folder, since these are all runs
ml-model/yolov5/tests3.py
Outdated
| mybucket = 'mathsearch-intermediary' | ||
| prefix = 'ex01/' | ||
|
|
||
| i = 0 |
Member
There was a problem hiding this comment.
What is this? If this is not useful, please delete
this access key file shouldn't be pushed
avoid merge conflict
avoid merge conflict
avoid merge conflict
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
code clean up on backend ec2, push up to end of SP23