-
Issues in Object Segmentation Python Notebook
Seems like the Object Segmentation pynp in the Github repo is broken. I am not sure where else to report this.
-
Setting up the Web SDK for dummies.
Hello all! I remember during the last office hours some people (just like me) were struggling to figure out how to set the Web SDK. I was finally able to set it up this weekend, so I thought I'd share here the steps that I followed to set up a local development server to see my lens locally. This is a step-by -step for…
-
Why is there so much difference between the documentation for Web SDK development?
I post this as a question and not as a request because I am not a web dev so maybe this is standard, but trying to deploy the WebSDK I've noticed that the three different sources of documentation I've used follow very different approaches. Currently the one that has given me better results was the one in here. Yet this is…
-
Camera Kit Web SDK Bundling and Boilerplate?
Hello Camera Kit team A couple questions: Is it necessary to bundle no matter what? I am using Heroku and though I haven't been able to see anything on the other side I've been able in the past. Second question I was on the Office hours this week and I was wondering if there will be a git repo we could use as a boilerplate…
-
Typo in Multi Object detection pynb template?
I am trying to work on a Multi Object detection model and right before I start training I hit an error in the line that says: DATASET_DIR = "4-berries-shuffled-%d" % VERSION_NUMVER I am using the sample project, so I know is not the project number, the real issue is that it says that "VERSION_NUMVER" hasn't been defined. I…