Conversation
deanp70
left a comment
There was a problem hiding this comment.
Thanks for participating in Hacktoberfest! I made one comment about the datasets in the body of the file, but adding it here for visibility – currently the dataset itself is tracked but not uploaded to DagsHub, can you please upload it.
Another overarching thing – can you please add topics to the DagsHub repository in the following way:
In the root of the project, add the type of ML task this project tries to solve, as well as anything else that can help other community members discover it.
In each model file, add the model topic so we can make those models accessible directly, see this example in another hacktoberfest project: https://dagshub.com/Bharat-mtr/DeepFlux/src/master/model/0.569_sympascal_iter_40000.caffemodel
In each dataset folder, please add a dataset topic, to make it directly accessible. see this example in another hacktoberfest project: https://dagshub.com/Bharat-mtr/DeepFlux/src/master/data/SK-LARGE/SK-LARGE
After these issues are fixed, we can accept this PR. Thanks again for the awesome contribution!
| ``` | ||
| data/coco/train2014/ | ||
| data/coco/val2014/ | ||
| ``` |
There was a problem hiding this comment.
- There is no
val2014folder in the project, onlytrain2014andtest2014, so I'm not sure if we need to change the name of the folder here or in the project, but they are currently incompatible. - The data isn't uploaded to DagsHub even though it seems you locally did track it, would it be possible to push it in, so that these URLs work: https://dagshub.com/f2010126/Zero-shot-Instance-Segmentation/src/main/data/coco/test2014 and https://dagshub.com/f2010126/Zero-shot-Instance-Segmentation/src/main/data/coco/train2014.
|
|
||
| # Code for CVPR2021 paper | ||
|
|
||
| # **Zero-shot Instance Segmentation** |
There was a problem hiding this comment.
Please add a link to the DagsHub repository here.
|
Hi @deanp70 ,
Please let me know if any other changes are needed. Cheers, |
Added the README.md.
Please review or merge.
Cheers!
Dipti