Brandon Fan

Results 7 issues of Brandon Fan

Trying to load model for production predictions with the code: ```python from keras_dec import ClusteringLayer from keras.models import load_model model = load_model('./DEC.model', custom_objects={'ClusteringLayer': ClusteringLayer}) ... ``` This is not working...

I see in your `ngsw-config.json` that you have a `dataGroups` section with what seems to be relative paths: `/favorites` and `/timeline`. However, these are API calls to `https://pwa-workshop-api.herokuapp.com`. Can you...

Hi there! Does anyone have any thoughts or suggestions on how / whether to use LVI-SAM in more dynamic environments (lots of moving objects including urban environments or indoor scenes)?...

stale

Does anyone know the meaning of `nodulePred`? I know that `casePred` is the probability of cancer for the lung. However, I'm confused about what `nodulePred` is. Is it the bounding...

Hi, I am trying to replicate and pretrain BLIP for distillation purposes - I am using Flickr30K + COCO and my ITM loss gets stuck at 0.63 - upon an...

**Describe the bug** When trying to sign in, the modal pops up but produces a "Sign Up Not Completed" Error **To Reproduce** Steps to reproduce the behavior: 1. Follow installation...

Hi there! Is there any way to run matteformer on video? I suppose it can be done frame by frame, but do I have to generate a trimap per frame?...