-
## Expected to have 'InChiKey', 'SMILE', and 'target_aa_code'
nodes_df = pd.read_csv('some_csv_file_path')
# Example entries
#nodes_df['InChiKey'] = ['HUMNYLRZRPPJDN-UHFFFAOYSA-N']
#nodes_df['…
-
Hi. Thank you for great work.
I am trying to run inference.py with command
```
python inference.py --index 8789 --pretrained checkpoints/detr-r50-hicodet.pth --use_insadapter --num_classes 117 …
-
# Interesting papers
## CLIP-Clique: Graph-based Correspondence Matching Augmented by Vision Language Models for Object-based Global Localization
![image](https://github.com/user-attachments/ass…
-
Hi,
Do you have a list of objects that are used in seen and unseen test sets? I retrained a model and want to do some experiment on seen and unseen objects, it would be great if there is some docume…
-
Hi,
Thank you for your nice paper and code. Your work is very solid. While going through your work, I had a few questions and would appreciate it if you could clarify them when you have a moment.
…
-
Hello,
Thank you for your work and for making the code available. I'm trying to perform inference with novel affordance labels, following the guidance provided in a previous issue thread. However, …
-
Hi,
Is your work able to segment unseen objects, which are not labelled?
For example, if there is a big box in the center of room, and it is not labelled, then ESANet segment it without classificati…
-
Congratulations on the release of the first version of the Python bindings! 🎉
As I mentioned in issue #559 and in the `bindings/python` documentation:
> Access to data of message types (e.g., Gr…
-
Feature request
===============
Idea
----
See title
Gain
----
Adds better visibility for players who are not so eagle eyed as to see grey on black with ease. Object visibility is critical i…
-
## Issue
When editing an application, the form's save button will never be enabled due to missing unseen required items.
## Details
The `imageValidationSchema` function in `validation-schema.ts` …