You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running Build, with using --model-bundle-path path_to_download_weights/original for execution, I encountered an error:
AttributeError: 'Args' object has no attribute 'box_size'
After attempting to add '"box_size": 64, 'to the original/config.json and running it again, I encountered another error:
AttributeError: 'Args' object has no attribute 'voxel_size'
As a result, I'm wondering if the issues are due to the default config.json in the weights I downloaded not being updated, or because I need to specify additional parameters myself?
There is my original config.json in the original package:
Hi!
Due to network environment issues, I am unable to directly download the model weights through the installation script. Therefore, I used the download script mentioned in Issue #39 for direct URL downloading. (That is: ["original"]="https://zenodo.org/record/7733060/files/original.zip", ["original_no_seq"]="https://zenodo.org/record/7733060/files/original_no_seq.zip", ["small_gpu"]="https://zenodo.org/record/7733060/files/small_gpu.zip")
When running Build, with using --model-bundle-path path_to_download_weights/original for execution, I encountered an error:
After attempting to add '"box_size": 64, 'to the original/config.json and running it again, I encountered another error:
As a result, I'm wondering if the issues are due to the default config.json in the weights I downloaded not being updated, or because I need to specify additional parameters myself?
There is my original config.json in the original package:
Thank you for your help!
Mency
The text was updated successfully, but these errors were encountered: