Results 91 comments of yxchng

"delete last N shards" - 1. what should N be? 2. What happens if the error occurs at the start and not at the end. Do I still delete the...

any updates? does this work well with dino v2?

@GivanTsai have you had any success with this?

@atv2016 @berak any updates? Must we really include the source.cpp? It seems to me that we are just compiling 2 times unnecessarily if we include that, one when we build...

@ntuLC I tried doing this and get the following results: ``` RefCOCO | RefCOCO+ | RefCOCOg ​ | val | testA​ | testB​ | val ​ | testA​ | testB​...

any updates?

Hmmm, I am not very familiar with elastic transform. Is this transform different for different backbones? Also, isn't this transform only applied during training? So even if it is slightly...

@rentainhe what do you mean? how to hack into the function and solve this problem?

i am also facing this problem, how to solve it?

@rentainhe I only modify the following two lines in grounded_sam_simple_demo.py ``` SOURCE_IMAGE_PATH = "./assets/demo2.jpg" CLASSES = ["The running dog"] ``` and print the detection results as such: ``` # print...