Mark Khuzam
Mark Khuzam
I also get this error anytime I run attr predict with roi python3 ./demo/test_predictor.py --input demo/attr_pred_demo1.jpg Traceback (most recent call last): File "./demo/test_predictor.py", line 57, in main() File "./demo/test_predictor.py", line...
still fails at mmfashion/models/predictor/base.py", line 29, in forward_test return self.simple_test(img[0], landmark[0]) TypeError: 'NoneType' object is not subscriptable Thanks for the suggestion though
@veralauee When I use checkpoint: 'checkpoint/Predict/resnet/roi/latest.pth' config: 'configs/attribute_predict/roi_predictor_resnet_attr.py' Thats when I got the NoneType error. When I use checkpoint: 'checkpoint/Predict/resnet/global/latest.pth' config: 'configs/attribute_predict/global_predictor_resnet_attr.py' I get the same predictions for any images.
Never found a solution to this issue.
+1 I'm also running into this issue. Any plans to investigate @alexanderwallin? Not sure if this still waiting on a reproducible repo?
This looks like it's broken in .tsx. Can confirm it works in .ts files
Hi @alexanderwallin , I ran a few tests on tsx files to extract comments. Here's what I'm seeing. ``` export default function GettextParserExample({ text }: Props) { const { gettext,...