annotations tag

8 questions


1 answers
59 views
0
I want to create a Coco Style json file in Python.

I would like to create a Coco Style json file in Python.I'm a beginner in programming.This is my first time asking a question.http://www.immersivelimit.com/tutorials/create-coco-annotations-from-scrat...

1 years ago

1 answers
99 views
0
Export PDF bookmarks and annotations

Is there a way to list PDF bookmarks (Bookmark) and annotations (Annotations)?If possible, I would like to export it to the system check.For example, VBA, command line, or Script.You can use a third-p...

1 years ago

1 answers
70 views
0
I want to dynamically change some of my own annotation error messages

This is the continuation of the previous one.I want to use my own annotation to separate error messagessuppress the default message in the context.disableDefaultConstraintViolation(); and I was able t...

1 years ago

1 answers
118 views
0
@RequestScoped gives Runtime Exception.

[Event]I write a program where I enter my number and name from the screen and display it on the console, but when I run it, it becomes RuntimeException and I can't open the screen.[Tries]I deleted @Re...

1 years ago

2 answers
104 views
0
Can you comment that the return value is NotNull?

We would like to ensure that the method returning List does not return null.For implementation, I only return Collections.emptyList() instead of null, but is it possible to express in an annotation th...

1 years ago

1 answers
119 views
0
@Nullable Using Annotation

void foo(@Nullable Object obj){ ... }I saw this code. What does @Nullable mean here? Do you mean to put null in the parameter?@Even without Nullable, we can put null in the parameter, right? I don't k...

1 years ago

1 answers
96 views
0
Python, ask 3D scatter plot to set up annotation

import matplotlib.pyplot as pltfrom mpl_toolkits.mplot3d import Axes3D%matplotlib notebookfig = plt.figure(figsize = (10,10))ax = fig.add_subplot(111, projection='3d')ax.scatter(np.log10(yie[pot.index...

1 years ago

1 answers
96 views
0
Do I need to put @Override when implementing the method of the interface?

Do I need to put @Override when implementing the method of the interface? Read about @Override in the Java document.@Override indicates that when defining a method, it overrides a higher-class method....


© 2024 OneMinuteCode. All rights reserved.