Aran

Results 9 comments of Aran

Hey bro, If I'm not wrong, I think the pre_node_num is decided by yours, no matter you what value you assign, the code can run successfully ang get a suitable...

Hi, @djiajunustc . I also cannot access the link of ReferIt splits file. REFERIT_SPLITS_URL="https://s3-sa-east-1.amazonaws.com/query-objseg/referit_splits.tar.bz2" ThanksREFERIT_DATA_URL="http://www.eecs.berkeley.edu/~ronghang/projects/cvpr16_text_obj_retrieval/referitdata.tar.gz" Could you please send me this file? My email address is [[email protected]]

These two urls are now invalid: REFERIT_SPLITS_URL="https://s3-sa-east-1.amazonaws.com/query-objseg/referit_splits.tar.bz2" REFERIT_DATA_URL="http://www.eecs.berkeley.edu/~ronghang/projects/cvpr16_text_obj_retrieval/referitdata.tar.gz"

I also found this issue, "https://s3-sa-east-1.amazonaws.com/query-objseg/referit_splits.tar.bz2" shows: ` NoSuchBucket The specified bucket does not exist query-objseg AJCZ49XPZ0G1HRD7 1FoML4v7zBQrtI8mwiZi0NAOs5RnccyE5XL2rp4vppMsyIYZf2V59M/cg1A5OyHqQGVLKabhYSI= `

Sorry, I forget how I solve this problem. I remembered that chamfer is originate from a repo, and you need to run the repo. It is very complicated. In this...

You need to download `torch1.11.0+cu115` and `python 3.10`. anikimmel ***@***.***> 于2024年12月31日周二 12:00写道: > Hello! Did you ever manage to resolve this? > > I get the following error when running...

The Example - 2 can be run successfully through adding a txt file "results_fn.txt". ``` results_fn = '/.../results_fn.txt' ```

Hello. I remember the `out_dim` is the dimension of the output embedding through contrastive learning from projection head. The `dim_mlp` refers the output dimension of resnet18 or resnet50. The projection...