Bodo Kaiser
Bodo Kaiser
I am getting the same error. [Full code](https://github.com/bodokaiser/intseg) Latest emscripten, chrome canary.
Ah I see. Is there somewhere a standalone example or do I need to defiddle the `.js` file?
Is there actually some minimal `js` file available which will work with `asm.js` and `.wasm`?
It would be nice to have a minimal `html`+`js` for - only asm.js - only wasm - wasm and asm as fallback
With neural networks you can normally just use multiples of a minimal resolution as deviations will give you different output resolution from your target images because of padding. What usually...
You should be able to provide custom weights to the loss function so that you accumulate no gradients from the white margins.
> First I think there's a small error in the README tutorial: Should the correct directory should be data/labels instead of data/classes ? Yes, I think it should be 'data/labels'....
Hey, It is basically a python implementation of the Matlab class color function provided by the Pascal VOC project https://gist.github.com/wllhf/a4533e0adebe57e3ed06d4b50c8419ae What it does is convert the labels (0, 1, …,...
You can also index over `np.array` as far as I know. What is the problem with for?
Depends on the object(s)? You could train on your own dataset with custom classes wherein every class corresponds to the object you want to detect. This however require you to...