Replies: 1 comment
-
Hello, but I run compressai-vision info, it has the problem. I really don't know why I have this problem.If you can help me, I would really appreciate it! bash: compressai-vision: command not found |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm testing my model with compressai-vision. I have successfully completed experiments for SFU (with some name matching modifications). However, I'm facing difficulties with the mpeg-oiv6 dataset.
While there appear to be no issues with the codec or pipeline, I'm having trouble properly loading the annotation file for the mpeg-oiv6 dataset, as shown below:
My dataset directory structure is as follows:
The JSON files in the annotations folder were originally in the scripts folder and were copied over.
Upon checking the error, it seems that in compressai_vision/evaluators/evaluators.py, it's trying to find keys from the JSON file, which seem similar to those in mpeg-oiv6-detection-coco.json, but with different hierarchy and names (e.g., 'group_of' in evaluator.py and 'isgroupof' in the JSON file).
Is there any solution to this issue?
Below is the shell script I executed.
Beta Was this translation helpful? Give feedback.
All reactions