Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AutodeskAILab/BRepNet
/ types & classes
Types & classes
24 in github.com/AutodeskAILab/BRepNet
⨍
Functions
409
◇
Types & classes
24
↓ 5 callers
Class
BRepNetDataset
Dataset which loads the processed step data generated by pipeline/extract_brepnet_data_from_step.py
dataloaders/brepnet_dataset.py:166
↓ 4 callers
Class
BRepNetDatasetOld
Dataset of BRepNet data
dataloaders/brepnet_dataset_old.py:11
↓ 4 callers
Class
EntityMapper
This class allows us to map between OpenCascade entities and the indices which we will write into the topology file
pipeline/entity_mapper.py:17
↓ 3 callers
Class
BRepNetExtractor
pipeline/extract_brepnet_data_from_step.py:47
↓ 2 callers
Class
BRepNet
The main BRepNet network
models/brepnet.py:357
↓ 2 callers
Class
BRepNetJsonExtractor
pipeline/extract_brepnet_data_from_json.py:10
↓ 2 callers
Class
BRepNetLayer
A general layer in BRepNet. This can be either the input layer or one of the hidden layers.
models/brepnet.py:216
↓ 2 callers
Class
BRepNetMLP
The MLP at the heart of BRepNet. This is where all the learnable parameters live. The first layer of the MLP always needs to
models/brepnet.py:152
↓ 2 callers
Class
RunningStats
pipeline/running_stats.py:8
↓ 1 callers
Class
BRepNetFaceOutputLayer
The output layer in the network for face classification. This layer is very similar to the general layer. The key difference is tha
models/brepnet.py:292
↓ 1 callers
Class
ColorMap
visualization/jupyter_segmentation_viewer.py:10
↓ 1 callers
Class
DummyOptions
tests/test_base.py:23
↓ 1 callers
Class
FaceIndexValidator
pipeline/face_index_validator.py:52
↓ 1 callers
Class
MaxNumFacesSampler
dataloaders/max_num_faces_sampler.py:5
↓ 1 callers
Class
MultiSelectJupyterRenderer
visualization/jupyter_segmentation_viewer.py:38
↓ 1 callers
Class
SegmentationFileCrosschecker
pipeline/segmentation_file_crosschecker.py:12
↓ 1 callers
Class
UVNetCurveEncoder
models/uvnet_encoders.py:63
↓ 1 callers
Class
UVNetSurfaceEncoder
models/uvnet_encoders.py:105
Class
JupyterSegmentationViewer
visualization/jupyter_segmentation_viewer.py:69
Class
SimilarSolidImageSaver
visualization/save_images_of_similar_solids.py:4
Class
TestBRepNetDataset
tests/test_dataloader.py:16
Class
TestBRepNetExtractor
tests/test_extract_brepnet_data_from_step.py:30
Class
TestBase
tests/test_base.py:9
Class
TestDataloadersEquivalent
tests/test_dataloaders_equivalent.py:17