mmfewshot
mmfewshot copied to clipboard
OpenMMLab FewShot Learning Toolbox and Benchmark
2023-06-17 14:01:26,887 - mmfewshot - INFO - Hooks will be executed in the following order: before_run: -------------------- 2023-06-17 14:01:26,888 - mmfewshot - INFO - workflow: [('train', 1)], max: 120000 iters...
Referring to README, the data is organized as follows: mmfewshot ├── mmfewshot ├── tools ├── configs ├── data │ ├── coco │ │ ├── annotations │ │ ├── train2014 │...
我按照readme文档配置好了mmfewshot和voc数据集,当我用自带的配置文件运行TFA算法的base-training时,迭代次数超过100后就会nan,请问可能的原因是什么? 2023-05-16 15:59:36,050 - mmfewshot - INFO - Iter [50/18000] lr: 9.810e-03, eta: 1:13:05, time: 0.244, data_time: 0.007, memory: 7041, loss_rpn_cls: 0.2213, loss_rpn_bbox: 0.0396, loss_cls: 0.5162, acc: 92.1133, loss_bbox: 0.0955,...
I added the mobilenetv2 model defined in mmclassification as a backboned model. The forward function of the model here returns a tuple value as you can see in the attachment....
I want to test the inference speed of a certain model, What will I do
您好,我并未发现这些顶会小样本检测模型的可视化代码,那是否意味着该代码无法可视化训练模型的类别、置信度和位置(检测框)呢? 盼复,感谢
Traceback (most recent call last): File "/root/mmfewshot/./tools/detection/train.py", line 236, in main() File "/root/mmfewshot/./tools/detection/train.py", line 225, in main train_detector( File "/root/mmfewshot/mmfewshot/detection/apis/train.py", line 48, in train_detector data_loaders = [build_dataloader(ds, **train_loader_cfg) for ds...
Since few shot dataset is just for finetuning the model and the test.py won't save the change of the model, where should I put my fewshot dataset? training set or...
When I finished the installing and try to run the detection demo, an ImportError occurred.  