Skip to content

Commit

Permalink
Update 07_vision_node.md
Browse files Browse the repository at this point in the history
  • Loading branch information
okrusch authored Dec 3, 2023
1 parent da9514d commit f355c12
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/06_perception/07_vision_node.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ accept other frameworks aswell. It should also be possible to run object-detecti

The Vision-Node contains a Dictionary with all it's models. Depending on the model parameter it will initialize the correct model and weights.

`
self.model_dict = {
`self.model_dict = {
"fasterrcnn_resnet50_fpn_v2":
(fasterrcnn_resnet50_fpn_v2(
weights=FasterRCNN_ResNet50_FPN_V2_Weights.DEFAULT),
Expand Down

0 comments on commit f355c12

Please sign in to comment.