KerwinKai
KerwinKai
> I also have the same problem. I'm running the commands in the docker container. When executing this `python /usr/local/lib/python3.6/site-packages/mmdnn/conversion/_script/convertToIR.py -f pytorch -d cifar_cpu_whole --inputShape 3,32,32 -n cifar_cpu_whole.pth` command the...
Oki, I will update my code and docstring mentioned above as soon as posible.
> Please present the visualization results using both the cv2 and matplotlib backends to verify their correctness. Hi, here is my vis result:https://github.com/KerwinKai/cv2_backend_for_mmengine/tree/main/cv2_backend_result
I want to ask a question about mypy check. Seeing the error report, it seems that there is still str in the output list, but the color_str2rgb function returns only...
> I want to ask a question about mypy check. Seeing the error report, it seems that there is still str in the output list, but the color_str2rgb function returns...
The tests failed in ci/circleci may not caused by the code I submit. ``` =========================== short test summary info ============================ FAILED tests/test_dataset/test_base_dataset.py::TestConcatDataset::test_getitem - assert tensor(False) + where tensor(False) = ()...
Here is my new result, the self._image order `rgb` in `matplotlib` backend and `bgr` in `cv2` backend:https://github.com/KerwinKai/cv2_backend_for_mmengine/tree/main/cv2_backend_result Here is an example to draw and save point image in two backend:...
> Hi, how about standardizing the input format to be RGB for all interfaces? This would facilitate interface consistency. If necessary in the future, we can provide an additional parameter...
Got it, standard the input format to be RGB for all interfaces now and update relate docstring.
> Could you also update the images in https://github.com/KerwinKai/cv2_backend_for_mmengine/tree/main/cv2_backend_result/images using the latest commit? Oki, already update it.