Achal Dave
Achal Dave
What does `game.data.nndata` look like? This works fine for me with the XOR example from the README.
Do you get an error if you just remove the line that wraps the model in `mynn.DataParallel`?
256 * 14 * 14 seems correct to me. It's definitely a large number for an SVM, but it's not an uncommon size for an intermediate CNN layer. You could...
I don't see any code that would explicitly balance across datasets, and I was under the understanding that it should just be uniform. What experiments did you do that suggest...
:+1: This definitely seems to be the case. It seems like you want to check to make sure the values are close to each other, but I'm not sure if...
I've also had luck with eroding the components by a small value and seeing if they still exist; this is not in the paper, but it performed better than the...
Has there been any progress on this? Edit: I personally was having issues with js-beautify's default indent, but ended up configuring it in `~/.jsbeautifyrc` for now.
Thanks for your interest! Happy to help, but could you provide some more information about what issues you're running into when you follow these instructions? https://github.com/achalddave/segment-any-moving#run-on-your-own-video
I needed this for YFCC 100M - did you want that in the README/in the repo somewhere?
I'm sure there's a better way, but I went to the path to my Manifest.db, which was in a path like: `~/Library/Application Support/MobileSync/Backup//Manifest.db`, and then ran: ``` ~ sqlite3 Manifest.db...