forked from NeelGahalot/segmentation_model_build
-
Notifications
You must be signed in to change notification settings - Fork 1
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
0 parents
commit ee7c62e
Showing
1,043 changed files
with
147,972 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Example .gitignore file | ||
*.csv | ||
*.jpg | ||
sensitive_check.py | ||
*.npy | ||
*.pth | ||
Deeplab/overlay_predict.ipynb | ||
Deeplab/credentials.env | ||
.ipython/profile_default/history.sqlite | ||
weights/groundingdino_swint_ogc.pth.1 | ||
Sam_LoRA/lora_weights/lora_rank512.safetensors | ||
yolov9/weights/best.pt | ||
webapp_client_secret.json |
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,6 @@ | ||
[submodule "weights"] | ||
path = weights | ||
url = /weights | ||
[submodule "Deeplab"] | ||
path = Deeplab | ||
url = /Deeplab |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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,2 @@ | ||
.less-history-file: | ||
.search |
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 @@ | ||
/settings/.studiorc |
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,13 @@ | ||
#!/bin/bash | ||
|
||
# This script runs every time your Studio starts, from your home directory. | ||
|
||
# List files under fast_load that need to load quickly on start (e.g. model checkpoints). | ||
# | ||
# ! fast_load | ||
# <your file here> | ||
|
||
# Add your startup commands below. | ||
# | ||
# Example: streamlit run my_app.py | ||
# Example: gradio my_app.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
{ | ||
"python.defaultInterpreterPath": "/home/zeus/miniconda3/envs/cloudspace/bin/python", | ||
"jupyter.kernels.excludePythonEnvironments": [ | ||
"/commands/python3", | ||
"/commands/python", | ||
"/bin/python3.10", | ||
"/usr/bin/python3.10", | ||
"/bin/python3", | ||
"/usr/bin/python3", | ||
"/bin/python3.8", | ||
"/usr/bin/python3.8", | ||
"/home/zeus/miniconda3/bin/python" | ||
], | ||
"workbench.startupEditor": "none", | ||
"python.terminal.activateEnvironment": false, | ||
"terminal.integrated.drawBoldTextInBrightColors": false, | ||
"terminal.integrated.gpuAcceleration": "on", | ||
"terminal.integrated.localEchoLatencyThreshold": 0, | ||
"terminal.integrated.localEchoEnabled": "off", | ||
"terminal.integrated.localEchoStyle": "#000000", | ||
"remote.autoForwardPorts": false, | ||
"jupyter.notebookFileRoot": "${workspaceFolder}", | ||
"terminal.integrated.enableMultiLinePasteWarning": "never", | ||
"terminal.integrated.showTerminalConfigPrompt": false, | ||
"files.exclude": { | ||
"venv": true, | ||
"lightning-annotations.json": true, | ||
".lightning-app-sync": true, | ||
".lighting-app-sync": true, | ||
".lightning-app-run": true, | ||
"**/*.lightning_upload": true, | ||
".ssh*/**": true, | ||
".conda*/**": true, | ||
".config*/**": true, | ||
".npm*/**": true, | ||
".nvm*/**": true, | ||
".bower*/**": true, | ||
".ipython": true, | ||
".local*/**": true, | ||
".oh-my-zsh*/**": true, | ||
".cache": true, | ||
"miniconda3": true, | ||
".condarc": true, | ||
".gitconfig": true, | ||
".hushlogin": true, | ||
".profile": true, | ||
".screenrc": true, | ||
".sudo_as_admin_successful": true, | ||
".zcompdump*": true, | ||
".bash_history": true, | ||
".bashrc": true, | ||
".zsh_history": true, | ||
".zshrc": true, | ||
".zshenv": true, | ||
".zlogin": true, | ||
".zprofile": true, | ||
".zlogout": true, | ||
".python_history": true, | ||
".lightningignore": true, | ||
".nv": true, | ||
".docker": true, | ||
".jupyter": true, | ||
".lightning": true, | ||
".vscode": true, | ||
".vscode/**": true, | ||
".wget-hsts": true, | ||
".vscode-server/**": true, | ||
".vscode-server-insiders/**": true, | ||
".tmplaigit": true, | ||
".viminfo": true, | ||
".idea/**": true, | ||
".java/**": true | ||
}, | ||
"files.associations": { | ||
"*.studiorc": "shellscript" | ||
}, | ||
"files.enableTrash": false, | ||
"explorer.excludeGitIgnore": true | ||
} |
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,6 @@ | ||
# HSTS 1.0 Known Hosts database for GNU Wget. | ||
# Edit at your own risk. | ||
# <hostname> <port> <incl. subdomains> <created> <max-age> | ||
github.com 0 1 1714875941 31536000 | ||
docs.google.com 0 0 1717603951 31536000 | ||
accounts.google.com 0 1 1717603952 31536000 |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.