Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

func_count_objs error #42

Open
youb1649 opened this issue Jun 18, 2024 · 0 comments
Open

func_count_objs error #42

youb1649 opened this issue Jun 18, 2024 · 0 comments

Comments

@youb1649
Copy link

        // -> helper functions
        var func_count_kps = function func_count_kps(aligned_models) {
            var counter = 0;
            for (var key1 in aligned_models) {
                counter += aligned_models[key1].keypoint0.n_keypoints;
            }
            return counter;
        };

        var func_count_objs = function func_count_objs(aligned_models) {
            return aligned_models.length;
        };
        // <-
        
        I have finished setting up the Scan2CAD-Annotation-Webapp and tried running it, but I am encountering errors in the web browser. It seems there might be an issue with the coding. Could you please help explain the problem? I will create and upload a few screenshots for you to review.

Thank you.

2024-06-18 172402

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant