LOOLO
LOOLO
> ModuleNotFoundError: No module named 'MultiScaleDeformableAttention' > [https://github.com/lalalafloat/VNext/blob/main/projects/IDOL/demo_idol.py](https://github.com/lalalafloat/VNext/blob/main/projects/IDOL/demo_idol.py) > > python projects/IDOL/demo_idol.py --config-file projects/IDOL/configs/coco_pretrain/r50_coco_sequence.yaml --input input.png --output result.png ModuleNotFoundError: No module named 'MultiScaleDeformableAttention'
got this result: libcrypto.so.1.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.1.1 libcrypto.so.1.1 (libc6) => /lib/i386-linux-gnu/libcrypto.so.1.1 libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so libcrypto++.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto++.so.8 libcrypto++.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto++.so
> You can get it by add these lines to compute_matches function in util.py. Adding these lines helps in getting gt_match and pred_match for each class. These gt_match and pred_match...
same question,the test results are very bad.
ValueError: Error when checking input: expected input_1 to have 4 dimensions, but got array with shape (500, 150528)
thank U so much! i will try it
When labeling a polygon, what I want to achieve is to hold down the left mouse button and draw a closed polygon. When the polygon is closed, the polygon is...
Have been solved by myself.
Having the same issue too. File "/usr/lib/python3.9/os.py", line 679, in __getitem__ raise KeyError(key) from None KeyError: 'z7YUzeRn0Edu6jfUBKn.......'
The same dataset can be trained normally on the Mask2former network