Annie Enchakattu
|
a5b3ad9ff6
|
Update README.MD
|
2019-07-24 11:06:56 -07:00 |
Annie Enchakattu
|
ebd7192030
|
formatted README.md
|
2019-07-24 10:52:21 -07:00 |
Annie Enchakattu
|
0dc254a7b3
|
Update README.MD
|
2019-07-24 10:51:11 -07:00 |
Annie Enchakattu
|
8f48cb795a
|
Add files via upload
|
2019-07-24 10:49:46 -07:00 |
Annie Enchakattu
|
beff2d86a0
|
Create README.MD
|
2019-07-24 10:49:02 -07:00 |
aenchakattu
|
cdc42c1345
|
updated setup code
|
2019-07-24 10:32:59 -07:00 |
Annie Enchakattu
|
84638a33aa
|
Delete taxa_mapping.pkl
|
2019-07-20 15:41:30 -07:00 |
Annie Enchakattu
|
6716bc0893
|
Delete updated_animal_list.csv
|
2019-07-20 15:40:30 -07:00 |
aenchakattu
|
321045fe8d
|
added species classification demo code
|
2019-07-19 19:54:07 -07:00 |
Marcel Simon
|
996d66eb79
|
Merge branch 'master' of github.com:Microsoft/SpeciesClassification
|
2019-07-15 08:23:18 +00:00 |
Marcel Simon
|
25838d8ace
|
Fixed ONNX export and added more parameters to ONNX validation script
|
2019-07-15 08:22:00 +00:00 |
Dan Morris
|
acd706dccf
|
snakes
|
2019-06-06 20:45:13 -07:00 |
Dan Morris
|
24a9b3374b
|
snakes.md edits
|
2019-06-06 20:39:42 -07:00 |
Dan Morris
|
7c2605d90e
|
snakes
|
2019-06-06 20:25:04 -07:00 |
Dan Morris
|
98162519d0
|
snakes merging
|
2019-06-06 19:55:04 -07:00 |
Dan Morris
|
f955103e12
|
Removing hard-coded train.py from inside train.py
|
2019-06-06 19:40:44 -07:00 |
Ubuntu
|
291e9a2d62
|
Running snakes training after minor re-organization
|
2019-06-07 02:08:26 +00:00 |
Dan Morris
|
ce9d6031e9
|
no message
|
2019-06-06 17:39:08 -07:00 |
Dan Morris
|
8a3d4f47d5
|
no message
|
2019-06-06 17:35:52 -07:00 |
Dan Morris
|
119349390a
|
Re-organizing snake code a little so it can run from a folder
|
2019-06-06 16:36:32 -07:00 |
soumya ranjan
|
b5e2cf629b
|
Clean up the snake.md file
|
2019-06-05 18:03:23 +05:30 |
soumya ranjan
|
7737f23220
|
Add snake.md describing the details of your work
|
2019-06-05 17:56:22 +05:30 |
soumya ranjan
|
a68f0120ef
|
Merge branch 'test' into snake
Merge new changes of master to snake
|
2019-06-05 16:18:37 +05:30 |
soumya ranjan
|
aea04c86b6
|
CODE: Average the results by different models.
|
2019-06-05 14:53:32 +05:30 |
soumya ranjan
|
1d7c9e731d
|
Add comments to test_snakes.py
|
2019-06-05 14:44:19 +05:30 |
soumya ranjan
|
3d43a6eb22
|
CODE: convert notebook that converts data format from folder to COCO to python script
|
2019-06-05 14:29:40 +05:30 |
soumya ranjan
|
f3feb3072c
|
Clean up the test_snakes.py and run_snakes_training.py file
|
2019-06-03 12:20:46 +05:30 |
soumya ranjan
|
92c393b5ec
|
Add .vscode/ to .gitignore
|
2019-06-03 11:44:29 +05:30 |
Ubuntu
|
76de2e3086
|
Make image size a global variable
|
2019-05-30 07:37:25 +00:00 |
Ubuntu
|
067fb6ab72
|
Run 3 levels for Resnext and Inception
|
2019-05-30 05:25:05 +00:00 |
Ubuntu
|
28ea6b5423
|
Restart training for image size 448
|
2019-05-29 18:20:37 +00:00 |
soumya ranjan
|
bccdd617ab
|
Run the model for image size: 448
|
2019-05-29 22:21:05 +05:30 |
Ubuntu
|
07d3cc4b06
|
CODE: Add functions to order the cols for submission and add dummy scores for corrupted images
|
2019-05-29 16:32:46 +00:00 |
Ubuntu
|
5ce5c87dbe
|
Change script to generate the test_result.csv file
|
2019-05-29 16:27:17 +00:00 |
Ubuntu
|
d302d6ad0a
|
CODE: Run the model on test folder and generates the submission file.
|
2019-05-29 10:56:39 +00:00 |
Ubuntu
|
d80407e175
|
ENH: Include functionality to return all results instead of topK
|
2019-05-29 10:55:29 +00:00 |
Ubuntu
|
c6eda93742
|
Change config to run on server
|
2019-05-29 10:47:23 +00:00 |
soumya ranjan
|
ea1a3c3bd3
|
Add details.md to gitignore
|
2019-05-28 12:11:29 +05:30 |
soumya ranjan
|
201448e661
|
CODE: Add the notebooks
|
2019-05-28 11:06:19 +05:30 |
soumya ranjan
|
c266a144b3
|
FIX: pass True to save_preds
|
2019-05-28 11:00:34 +05:30 |
soumya ranjan
|
f09be21995
|
FIX: use args.save_preds_file to store the results, remove async=True
|
2019-05-28 02:32:22 +05:30 |
soumya ranjan
|
7698501ad0
|
BUG: Fix error of adding float with Half Tensor
|
2019-05-28 00:38:04 +05:30 |
soumya ranjan
|
35895632bf
|
CODE: Modify run_training to adapt to snakes dataset
|
2019-05-22 16:00:03 +05:30 |
soumya ranjan
|
b35d8f4608
|
Remove supercategory column
|
2019-05-22 15:41:37 +05:30 |
Ubuntu
|
539aabf159
|
Fixed overlapping classes issues in iNat and animals extension merge
|
2019-04-26 08:46:16 +00:00 |
Marcel Simon
|
e95317fa9c
|
Added script for merging iNat with our own animals extensions
|
2019-04-24 07:32:46 +00:00 |
Dan Morris
|
81b257dfe2
|
Update README.md
|
2019-03-19 09:12:57 -07:00 |
Marcel Simon
|
b3158b1a7c
|
Added back the list of non-animal validation images from ImageNet
|
2019-03-18 18:35:56 +00:00 |
Marcel Simon
|
23c33a44c4
|
Changed name of camera trap dataset class to be consistent with others
|
2019-03-18 18:26:13 +00:00 |
Marcel Simon
|
9b8bc06e91
|
Fixed Dockerfile in FasterRCNN code
|
2019-03-18 18:02:08 +00:00 |