Pose estimation model Create features is not working

i am using pose estimation block in my local system
github link - https://github.com/edgeimpulse/pose-estimation-processing-block.

Screenshot 2025-11-24 at 4.31.44 PM
When i am generating features,
i am getting these logs
Creating features using server :
Traceback (most recent call last):
File “/home/create_features.py”, line 122, in
sample_labels_file = np.lib.format.open_memmap(sampleLabelFile, mode=(‘r+’ if os.path.exists(sampleLabelFile) else ‘w+’), dtype=‘int64’, shape=(sample_rows, Y_train.shape[1]))
AttributeError: ‘NoneType’ object has no attribute ‘shape’
Application exited with code 1
Application exited with code 1
Job failed (see above)
how do i fix this ?

Hi @ig_binayak_17

What is your project id I can take a look and see, its not clear from the above

Thanks

Eoin

Hi @ig_binayak_17

I was able to reproduce the issue on my end, and it appears that the return function was incorrect.

Merging a fix now, can you try pulling this block again?

Best

Eoin