darshats

Results 15 comments of darshats

Hi, Thanks for your reply. To give better context, I'm replacing the entire model with a custom resnet50 based encoder unet. So I cant use the model change you mentioned...

Gutting the script didnt quite work, if I trigger the training "from base" option, the API call http://localhost:5555/api/resnet2/retrain_dl?frommodelid=0 fails with: {"error":"Deep learning model 0 doesn't exist"} It also causes the...

(let me know if I should start a different thread!) Wrt superpixel, yes its restored by copying over the custom model to 0 folder. And I think I will start...

All image I use are 256x256, and patchsize is also 256. I keep them the same because I use the import annotation script and that assigns to train test. If...

Thats a good option in the import script. The issue I run into is if I update an imported annotation in the tool, the UI doesnt show if it already...

Sure, I will try and get back. Thanks!

Hi the zoom works, partially. It would be preferable to have scrollbars on the annotation window, because it quickly goes beyond the boundary of the browser, see screenshot:

Hi, We are facing the same error deploying Dino to azure ml. The build pipeline uses cpu machines. Hence entire setup.py is run on a cpu box. First we had...

I simply did as @TemugeB suggested. Updated setup.py and removed the extension compilation and all torch references, also edited the ms_deform_attn.py to remove reference to the compiled _C function. It...

Not really. Edit anything is still about segmenting regular images and then updating identified segments with diffusion. What I'm asking is segmenting diffusion output. Regular algos seem to not do...