-
Hi, I would like to know how to test the results of a source-only model and how to visualize the inference results of a trained model. Thank you.
-
ImportError: cannot import name '_C' from 'cvpods' (/home/yuejiutao/Code/RealSR_exp/CDC/modules/LearnableTreeFilterV2/cvpods/__init__.py)
-
您好,在运行coco-full时遇到以下bug,请问一下您知道是怎么回事吗?
` File "/root/DenseTeacher/cvpods/cvpods/evaluation/coco_evaluation.py", line 152, in evaluate
self._eval_predictions(set(self._tasks))
│ │ …
-
When I execute "from cvpods.layers import TreeFilterV2", there is a problem. The detailed error is as follows:
Traceback (most recent call last):
File "", line 1, in
File "/data/bbbbb/Learnab…
-
2022-03-15 15:37:57.573 | INFO | __main__::157 - Create soft link to /data/Outputs/model_logs/cvpods_playground/detection/coco/fcos/fcos.res50.fpn.coco.800size.1x
2022-03-15 15:37:57.607 | ERROR …
-
Is there a solution to the problem encountered while installing the cvpods library?
![image](https://github.com/kinredon/Harmonious-Teacher/assets/93500522/cbf07f53-467a-444a-b547-7c3ff532fed7)
-
I'm configuring it on a rented platform and I'm having the following problems:
```
!! WARNING !!
warnings.warn(WRONG_COMPILER_WARNING.format(
g++: error: /publi…
-
Including an individual cvpods will cause name conflicts if a user have already install cvpods.
So please remove all cvpods related stuff and only keep your experiments.
For example,
* https://gi…
-
For the training results of the source only in the supplementary material, is it trained directly under the source code of the FCOS? Or were they trained under the cvpods framework?
-
Thanks for your interesting work!
I have installed cvpods, and import cvpods success, but converted to coco-p10 directory and run "pods_train --dir ." and got error:
AttributeError: 'SemiRunner'…