-
What is SOTA in Curiosity-Driven Exploration currently? Will you plan implement that or simple version?
-
Acredito que há o que aprender com esse trabalho. Essa noção de hierarquia lembra as subnets do #43. A noção de componentes faciais provavelmente inspirou o #51. E se tivéssemos subnets para cada comp…
-
The authors mentioned in the paper that their method implemented Sota on the Cifar dataset, but there is no implementation code for this aspect on GitHub, can you provide the implementation code of th…
-
Hi, team. Thanks for releasing the exceptional work.
I try to evaluate the released model (llava-v1.5) on town05 long benchmark (with leaderboard/data/evaluation_routes/routes_town05_long.xml), and s…
-
CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7 python -m torch.distributed.launch --nproc_per_node=8 \
--nnodes=1 --master_port=10001 --master_addr = [server ip] main_pretrain.py \
--backbone 'resnet5…
-
CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7 python -m torch.distributed.launch --nproc_per_node=8 \
--nnodes=1 --master_port=10001 --master_addr = [server ip] main_pretrain.py \
--backbone 'resnet5…
-
Related to the #107, in the [fAIr-utilities](https://github.com/hotosm/fAIr-utilities) I would first implement PyTorch pipeline. Then, evaluation of the current SotA models, like cnn-based yolo, mobil…
-
this issue is opened to incorporate recent SOTA... figuring out a way to easily incorporate them
-
Hi is there any plan to test this face detector on the yolov7 backbone to maybe have a new SoTa?
-
按理说yolov8算是SOTA了吧,至少比yolov5强,为什么我部署了作者之前的yolov5项目和这个yolov8项目,测试下来后者的准确率远远不如前者