Jerry Sun
Jerry Sun
I want to check the performances of Swin Transformer based object detection model on my own dataset rather than commonly used COCO/VOC, etc. My dataset contains 100,000+ small objects of...
@MohamedAfham I have succefully integrated the PyTorch DistributedDataParallel mechanism into your codebase, which accelerates the training procedure remarkbly and achieves a similar performance with the paper reported. Later on I...
@MohamedAfham Recently, I have run all experiments in the codebase at least 3 times to ensure there are not explicit exceptions during my operations. Some of the results are very...
afert i run the command as README.md instructed, error occured: === Arguments === Input Query: ../../data/S2-CS/s2_query.json Output Run: ../../results/s2/setRank.run Parameters: title:20.0,abstract:5.0,title_ana:20.0,abstract_ana:5.0,title_mu:1000.0,abstract_mu:1000.0,title_ana_mu:1000.0,abstract_ana_mu:1000.0,entity_lambda:0.5,type_interaction:1.0,consider_entity_set:1.0,consider_word_set:1.0,consider_type:1.0,word_dependency:1.0 GET http://**localhost:9200**/trec/_search [status:N/A request:0.001s] Traceback (most recent call last):...
in line 385: "../../data/TREC_BIO/trec_entity_type.tsv" should be "../../data/TREC-BIO/trec_entity_type.tsv"
I want to try this framework on my task and study the input data format, but 'Datasets Not Found', can you provide a copy of it used in your paper...
Thanks for sharing the paper and code. You mentioned that for `RGBD` dataset, you picked out `12 images` of each object instance with the closest `rotation angles` to {0◦, 30◦,...
As a researcher from China, I cannot download the modelnet40 validataion split as I cannot acess google in Linux command line. Could you please provide a download link of the...
You know, in China, we can not access files on google drive. Can you share other download links to ModelNet40 and ScanObjectNN? For example, [Baidu NetDisk](https://pan.baidu.com/) has similar function with...
Thanks for sharing the paper. I am very interested in it and doing relative research. I notice you mentioned `knowledge distillation` in the paper and it was used to improve...