wingman-jr-addon

Results 71 comments of wingman-jr-addon

I'd like to reiterate: I think these loss functions are critical. It seems like a great number of times when a binary classifier is being trained, these would often be...

Great! Getting it running is the first step. I had good success with the one that didn't require the special porting, `roc_auc_loss`. As a baseline comparison, have you tried that...

@van-flow I train a CNN classifier with some special sauce as well as have the feature layer as an output. Then as a post-processing step I take the feature layer's...

@rydeveraumn I was poking around a bit tonight and found this: https://github.com/iridiumblue/roc-star - might be of interest.

@wondervictor @lluo-Desktop Any suggestions on an alternate model? I got the above one to work (thanks!), but the license is research-only and non-deployable, so it is more restrictive than the...

Looks like `third_party/mmyolo` is a git submodule. I just needed to checkout the submodule and then the path picked up; I didn't actually need to install `mmyolo` myself.

(See also #211 - I think Firefox support was dropped but I don't know the details)

This is interesting. I'll have to take a peek. When I close/open the browser and am debugging the addon, it doesn't automatically reload so I don't encounter this situation much...

I took a look and I can reproduce the issue in the following way: - Load addon via installing it - Show hidden processing tab - Close browser - Launch...

(More feedback from the v3.3.3/3.3.4 upgrades)