Greg7000

Results 5 issues of Greg7000

Ideally, an option to allow [TOC] tag to be compliant with bitbucket server restrictions (each header requires their specific anchor ) would be great. If I use markdown [TOC] tags...

I don't really mind. But for your info when trying to ask a custom question, keyboard appears as expected but I can't enter my response. (Pixel 3, Fallout from epic)

I am currently trying to execute notebook block 10 of this link https://github.com/AndreyGermanov/sam_onnx_full_export/blob/main/sam_onnx_export.ipynb} Which is: ``` # Export mask decoder from SAM model to ONNX onnx_model = SamOnnxModel(sam, return_single_mask=True) embed_dim...

I am currently trying the following note book from colab (https://colab.research.google.com/github/roboflow-ai/notebooks/blob/main/notebooks/automated-dataset-annotation-and-evaluation-with-grounding-dino-and-sam.ipynb#scrollTo=LoD2bIptG-qO) but in local (linux container). I can do all the steps until : `# detect objects detections = grounding_dino_model.predict_with_classes(...

Anyone obtained "nvcc fatal : Could not open output file ... \GroundingDINO\groundingdino\models\GroundingDINO\csrc\MsDeformAttn\ms_deform_attn_cuda.obj.d" while trying to run "python setup.py build" on windows with cuda enable?